From d9e964f593ad3b721d11b1233881b2b976b75836 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Feb 2022 09:00:39 +0000 Subject: [PATCH] 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 3b9f5c9..ab24442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" rocket = { version = "0.5.0-rc.1", features = [ "json", "uuid" ] } # Used to (de)serialize JSON serde = { version = "1.0.133", features = [ "derive" ] } -rand = "0.8.4" +rand = "0.8.5" uuid = { version = "0.8.2", features = ["serde"] } # Authentification jwt = "0.15.0"