From d39a862a8e9293a7b732985563d9f66cb0902933 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:38:08 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.10 | datasource | package | from | to | | ---------- | ------- | ----- | ------ | | crate | rand | 0.8.6 | 0.10.1 | --- Cargo.lock | 2 +- ares-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"