From 27f43d4f2d55997415d46c7c4d18fdfe70405aff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Mar 2022 10:13:30 +0000 Subject: 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 38671b9..6e333cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde_json = "1.0.79" # Utility getrandom = { version = "0.2.5", features = ["js"] } -rand = "0.8.3" +rand = "0.8.5" dotenv = "0.15.0" # Worker -- cgit v1.2.3