diff --git a/Cargo.lock b/Cargo.lock index c7ff1ea..4a6a29b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3082,7 +3082,7 @@ dependencies = [ "hex", "iroh", "pty-process", - "rand 0.8.5", + "rand 0.9.2", "serde", "serde_json", "thiserror 2.0.12", diff --git a/Cargo.toml b/Cargo.toml index da34db2..0dca45a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ futures-util = { version = "0.3", default-features = false, features = [ hex = "0.4" iroh = "0.91.0" pty-process = { version = "0.3.0", features = ["async"] } -rand = "0.8" +rand = "0.9" serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0" thiserror = "2.0.12"