diff --git a/Cargo.lock b/Cargo.lock index a4e8ced9..15f0519c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1051,7 +1051,7 @@ dependencies = [ "rand", "rand_regex", "ratatui", - "regex-syntax", + "regex-syntax 0.6.29", "rlimit", "rustls", "rustls-native-certs", @@ -1279,12 +1279,12 @@ dependencies = [ [[package]] name = "rand_regex" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b2a9fe2d7d9eeaf3279d1780452a5bbd26b31b27938787ef1c3e930d1e9cfbd" +checksum = "8276e2c4e37f1907c587794d9b8b3334e1d44f36e05f8c13d61c50c19c264ae2" dependencies = [ "rand", - "regex-syntax", + "regex-syntax 0.7.4", ] [[package]] @@ -1323,6 +1323,12 @@ version = "0.6.29" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" +[[package]] +name = "regex-syntax" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" + [[package]] name = "resolv-conf" version = "0.7.0" diff --git a/Cargo.toml b/Cargo.toml index 5e262867..aae9c218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ base64 = "0.21.0" lazy_static = "1.4.0" rand = "0.8" trust-dns-resolver = "0.22.0" -rand_regex = "0.15.1" +rand_regex = "0.16.0" regex-syntax = "0.6.22" url = "2.4.0"