From 699302ee30345174d6c173961718c1a14c910ebb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 14:06:37 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.10.0 --- radius/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 7954095..8e6dd16 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["radius", "async"] md5 = { version = "0.7.0", optional = true } openssl = { version = "0.10", optional = true } chrono = "0.4" -rand = "0.8.5" +rand = "0.10.0" num_enum = "0.7.2" thiserror = "1.0" log = "0.4.20"