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"