From 7e80de4233d09df7ccd4def57f4fe4b28899ca74 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Jan 2021 19:49:18 +0000 Subject: [PATCH] Update Rust crate rand to 0.8.1 --- radius/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 392b497..21f2c57 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -15,7 +15,7 @@ keywords = ["radius", "async"] [dependencies] md5 = "0.7.0" chrono = "0.4" -rand = "0.7.3" +rand = "0.8.1" num_enum = "0.5.1" thiserror = "1.0" log = "0.4.11"