From 26f6fc30969e505c23e02051b8e9a32adc233a4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 12:15:42 +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 c82c9ae74..475339ee4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,7 +1068,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 11916286b..e47ee38a4 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"