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

Reviewed-on: https://git.roosens.me/Chewing_Bever/fej/pulls/70
pull/73/head
Jef Roosens 2021-05-07 23:15:48 +02:00
commit 785acd5c2e
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"