From 4cfcf9d82c1588f95fbcb3612760141bb2a568b7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 30 Dec 2025 00:27:53 +0000 Subject: [PATCH] Update Rust crate rand to 0.9.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c2ecbc..56a6eb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ uuid = { version = "1.19.0", features = ["v4"] } mime_guess = "2.0.5" askama = "0.15.1" urlencoding = "2.1.3" -rand = "0.9.0" +rand = "0.9.2" base64 = "0.22.1" jwt-simple = { version = "0.12.13", default-features = false, features = ["pure-rust"] } digest = "0.11.0-rc.5"