From fb1e2aa613bea7bfd5b3488356f625eb2c581e95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 06:18:23 +0000 Subject: [PATCH] Update Rust crate rand to 0.9.0 [SECURITY] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd37168ad..dee5761af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1022,7 +1022,7 @@ dependencies = [ "napi", "napi-build", "napi-derive", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "rgb", "rsa", diff --git a/Cargo.toml b/Cargo.toml index fa1296642..48bd5a36c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rss = "2.0" atom_syndication = "0.12" ruma = { version = "0.9", features = ["events", "html"] } reqwest = "0.13.0" -rand = "0.8.5" +rand = "0.9.0" rsa = { version = "0.9.6", features = ["sha2"] } base64ct = { version = "1.6.0", features = ["alloc"] } sha1 = "0.10.6"