fix(deps): update rust crate regex to 1.8.4

This commit is contained in:
renovate[bot] 2023-06-05 14:48:14 +00:00
parent 2e5e9ccf8c
commit 971a815376
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1002,9 +1002,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.8.3"
version = "1.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
dependencies = [
"aho-corasick",
"memchr",

View File

@ -11,7 +11,7 @@ diesel_logger = "0.3.0"
diesel_migrations = "2.1.0"
lazy_static = "1.4.0"
num_cpus = "1.15.0"
regex = "1.8.3"
regex = "1.8.4"
reqwest = {version = "0.11.18", features = ["json", "rustls-tls", "gzip", "brotli"], default-features = false}
rocket = {git = "https://github.com/SergioBenitez/Rocket"}
rocket_sync_db_pools = {git = "https://github.com/SergioBenitez/Rocket", features = ["diesel_postgres_pool"]}