diff --git a/Cargo.lock b/Cargo.lock index 38cb9e4..6da05e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1480,9 +1480,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.3" +version = "1.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" +checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" dependencies = [ "aho-corasick", "memchr", diff --git a/app/roster/Cargo.toml b/app/roster/Cargo.toml index 6fe0f0d..16eb03a 100644 --- a/app/roster/Cargo.toml +++ b/app/roster/Cargo.toml @@ -63,7 +63,7 @@ pprof = { version = "0.13", features = ["flamegraph", "criterion"] } insta.workspace = true rand = "0.8" redis-async = "0.17" -regex = "1" +regex = "1.10.4" tokio = { version = "1.36", features = [ "macros", "rt-multi-thread",