Merge pull request 'Update Rust crate regex to 1.5.4' (#70) from renovate/regex-1.x into develop
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
Reviewed-on: https://git.roosens.me/Chewing_Bever/fej/pulls/70pull/73/head
commit
785acd5c2e
|
@ -1342,9 +1342,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.5.3"
|
version = "1.5.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ce5f1ceb7f74abbce32601642fcf8e8508a8a8991e0621c7d750295b9095702b"
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
|
|
@ -37,7 +37,7 @@ rocket = "0.4.7"
|
||||||
serde = "1.0.125"
|
serde = "1.0.125"
|
||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
chrono-tz = "0.5.3"
|
chrono-tz = "0.5.3"
|
||||||
regex = "1.5.3"
|
regex = "1.5.4"
|
||||||
reqwest = { version = "0.11.3", features = ["blocking", "json", "cookies"] }
|
reqwest = { version = "0.11.3", features = ["blocking", "json", "cookies"] }
|
||||||
diesel = { version = "1.4.6", features = ["postgres"] }
|
diesel = { version = "1.4.6", features = ["postgres"] }
|
||||||
diesel_migrations = "1.4.0"
|
diesel_migrations = "1.4.0"
|
||||||
|
|
Loading…
Reference in New Issue