diff --git a/Cargo.lock b/Cargo.lock index 70e829b76c..985ffd0159 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10310,7 +10310,7 @@ dependencies = [ "nix 0.29.0", "ntest", "ordered-stream", - "rand 0.8.5", + "rand 0.9.0", "serde", "serde_repr", "sha1", diff --git a/crates/zbus/Cargo.toml b/crates/zbus/Cargo.toml index 4022f310cb..18c921ef06 100644 --- a/crates/zbus/Cargo.toml +++ b/crates/zbus/Cargo.toml @@ -61,7 +61,7 @@ blocking = { version = "1.6.0", optional = true } async-task = { version = "4.7.1", optional = true } hex = "0.4.3" ordered-stream = "0.2" -rand = "0.8.5" +rand = "0.9.0" sha1 = { version = "0.10.6", features = ["std"] } event-listener = "5.3.0" static_assertions = "1.1.0"