From dac5fe53fda42de79a843afb6a93f8f790a5e15a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 10:39:59 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.8.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bbc990..227020e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ serde = "1.0.125" serde_derive = "1.0.125" # Utility -rand = "0.8.3" +rand = "0.8.5" dotenv = "0.15.0" # Web