diff --git a/Cargo.lock b/Cargo.lock index 6f180c0e..9d5103be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ "futures", "hickory-resolver", "local-ip-address", - "rand 0.8.6", + "rand 0.10.1", "redis", "regex", "rstest", diff --git a/ares-cli/Cargo.toml b/ares-cli/Cargo.toml index 9195bbaa..d1ef2bcf 100644 --- a/ares-cli/Cargo.toml +++ b/ares-cli/Cargo.toml @@ -34,7 +34,7 @@ sqlx = { workspace = true } regex = { workspace = true } dotenvy = "0.15" async-trait = "0.1" -rand = "0.8" +rand = "0.10" thiserror = { workspace = true } hickory-resolver = { workspace = true } local-ip-address = "0.6"