fix(deps): update rust crate regex to 1.7.2

This commit is contained in:
renovate[bot] 2023-03-21 16:33:56 +00:00
parent 551377e4a0
commit 9238776f46
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -984,9 +984,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.7.1"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c"
dependencies = [
"aho-corasick",
"memchr",
@ -1004,9 +1004,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
version = "0.6.27"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "remove_dir_all"

View File

@ -11,7 +11,7 @@ diesel_logger = "0.2.0"
diesel_migrations = "2.0.0"
lazy_static = "1.4.0"
num_cpus = "1.15.0"
regex = "1.7.1"
regex = "1.7.2"
reqwest = {version = "0.11.15", 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"]}