diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 18276aa..0693b0e 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -836,7 +836,7 @@ dependencies = [ "libc", "parking_lot", "portable-pty", - "rand 0.9.5", + "rand 0.10.2", "serde", "serde_json", "sha2", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 9aeb983..7406f9c 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -28,7 +28,7 @@ clap = { version = "4", features = ["derive"] } subtle = "2" sha2 = "0.11" hex = "0.4" -rand = "0.9" +rand = "0.10" portable-pty = "0.9" # Seeded-state extraction. No `zip`: see the deviations noted in runtime/src/seed.rs. tar = "0.4"