diff --git a/Cargo.lock b/Cargo.lock index 44192fc..d112c8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1872,12 +1872,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 0.6.29", + "regex-syntax 0.7.4", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0c38b9b..a17ea41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures-util = "0.3.28" thiserror = "1.0.44" rand = "0.8.5" regex = "1.9.3" -rand_regex = "0.15.1" +rand_regex = "0.16.0" cron = "0.12.0" chrono = "0.4.26" serde = "1.0.168"