From fdd86b7235c05deffa582e759fd54bc713760202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:36:42 +0000 Subject: [PATCH] Bump rand in /integration-tests/test-programs/wasmtime Bumps [rand](https://github.com/rust-random/rand) from 0.8.3 to 0.8.6. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.3...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../test-programs/wasmtime/Cargo.lock | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/integration-tests/test-programs/wasmtime/Cargo.lock b/integration-tests/test-programs/wasmtime/Cargo.lock index b8160054..a085ab6b 100644 --- a/integration-tests/test-programs/wasmtime/Cargo.lock +++ b/integration-tests/test-programs/wasmtime/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -799,14 +799,13 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.3" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha", "rand_core", - "rand_hc", ] [[package]] @@ -828,15 +827,6 @@ dependencies = [ "getrandom", ] -[[package]] -name = "rand_hc" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" -dependencies = [ - "rand_core", -] - [[package]] name = "rayon" version = "1.5.1"