From 57f1533ce58d21f68c54c5a498d3b3953e6c668c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:28:44 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.8.5 --- radius/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius/Cargo.toml b/radius/Cargo.toml index abf77c2..e056c3b 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.3" +rand = "0.8.5" num_enum = "0.5.1" thiserror = "1.0" log = "0.4.17"