From 4230d891654920162826226606f91cf190e1c001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:28:01 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.8 to 0.10 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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.8.0...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- loom-testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loom-testing/Cargo.toml b/loom-testing/Cargo.toml index 120b93d..8f5aa9d 100644 --- a/loom-testing/Cargo.toml +++ b/loom-testing/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0" wasmparser = { workspace = true } wasm-encoder = { workspace = true } wat = { workspace = true } -rand = "0.8" +rand = "0.10" loom-core = { path = "../loom-core" } # Optional runtime dependencies (not available for wasm targets)