Update Rust crate regex to 1.4.6

pull/42/head
Renovate Bot 2021-04-22 22:04:08 +00:00
parent 7ccfe6eebf
commit 0082076527
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.4.5"
version = "1.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759"
dependencies = [
"aho-corasick",
"memchr",

View File

@ -33,7 +33,7 @@ rocket = "0.4.7"
serde = "1.0.125"
chrono = "0.4.19"
chrono-tz = "0.5.3"
regex = "1.4.5"
regex = "1.4.6"
reqwest = { version = "0.11.3", features = ["blocking", "json", "cookies"] }
diesel = { version = "1.4.6", features = ["postgres"] }
diesel_migrations = "1.4.0"