Update Rust crate regex to 1.5.4
continuous-integration/drone the build was successful Details

pull/70/head
Renovate Bot 2021-05-07 20:03:30 +00:00
parent 487edf9ebd
commit 48802dbc3c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"