fix(deps): update rust crate regex to 1.7.1

This commit is contained in:
renovate[bot] 2023-01-09 17:00:48 +00:00
parent e94c503e2a
commit 8c7076d95d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -978,9 +978,9 @@ dependencies = [
[[package]] [[package]]
name = "regex" name = "regex"
version = "1.7.0" version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"memchr", "memchr",

View file

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