diff --git a/Cargo.lock b/Cargo.lock index 50f3d17..208b53a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1052,9 +1052,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.9.1" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" +checksum = "5bc4f4d719ae1d92dc7e5ef3865f93af6e28c7af68ebd7a68a367932b88c1e2c" dependencies = [ "aho-corasick", "memchr", @@ -1064,9 +1064,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294" +checksum = "26bb2039bb570943fc65037c16640a64fba171d3760138656fdfe62b3bd24239" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 0f82074..8cee79d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ async-recursion = "1.0.4" actix-web = "4.3.1" lazy_static = "1.4.0" redis = { version = "0.23.1", default-features = false, features = ["tokio-comp", "connection-manager"] } -regex = "1.9.1" +regex = "1.9.2" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.181", default-features = false, features = ["derive"]} serde_json = "1.0.104"