From a5daccf5229f6ef5cb208038d2183e294cf30c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 16:35:32 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.5 to 0.10.2 in /runtime Bumps [rand](https://github.com/rust-random/rand) from 0.9.5 to 0.10.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.9.5...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- runtime/Cargo.lock | 2 +- runtime/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"