From 2ab2bcbb312504fda84593e4d60d11f3ccfd8a60 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Jun 2025 03:15:10 +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 7629627..2c13c8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tokio = { version = "1.35.1", features = ["full"] } uuid = { version = "1.8.0", features = ["v4", "serde"] } sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] } maud = "0.26.0" -rand = "0.8.5" +rand = "0.9.0" data-encoding = "2.6.0" bcrypt = "0.16.0" based = { git = "https://git.hydrar.de/jmarya/based", features = ["cache"] } -- 2.47.2