From 022073f26af6a0c7163db578ceecc9ec4a06ce11 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 1 Feb 2025 00:22:15 +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 e271d80..33db680 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"