Update Rust crate regex to 1.5.4
continuous-integration/drone the build was successful
Details
continuous-integration/drone the build was successful
Details
parent
487edf9ebd
commit
48802dbc3c
|
@ -1342,9 +1342,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.5.3"
|
||||
version = "1.5.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ce5f1ceb7f74abbce32601642fcf8e8508a8a8991e0621c7d750295b9095702b"
|
||||
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
|
|
@ -37,7 +37,7 @@ rocket = "0.4.7"
|
|||
serde = "1.0.125"
|
||||
chrono = "0.4.19"
|
||||
chrono-tz = "0.5.3"
|
||||
regex = "1.5.3"
|
||||
regex = "1.5.4"
|
||||
reqwest = { version = "0.11.3", features = ["blocking", "json", "cookies"] }
|
||||
diesel = { version = "1.4.6", features = ["postgres"] }
|
||||
diesel_migrations = "1.4.0"
|
||||
|
|
Loading…
Reference in New Issue