From 93b4831b2b57546fc0dbbf046dbfb253fe924af0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:41:46 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87f317a..cf3f74d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ diesel_migrations = "2.2.0" lazy_static = "1.5.0" num_cpus = "1.16.0" once_cell = "1.20.2" -regex = "1.10.4" +regex = "1.11.0" reqwest = {version = "0.12.8", 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"]}