From b121a18d96cc2075ae57fbcff746aa50aa498bbf Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 28 Jan 2025 00:23:04 +0000 Subject: [PATCH] Update Rust crate rand to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89e2bd2..591894f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ mime_guess = "2.0.4" askama = "0.12.1" futures-util = "0.3.30" urlencoding = "2.1.3" -rand = "0.8.5" +rand = "0.9.0" base64 = "0.22.1" jwt-simple = { version = "0.12.10", default-features = false, features = ["pure-rust"] } digest = "0.10.7"