From c5e15a413483c45d38b31459a4be0d66965a0671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:52:40 +0000 Subject: [PATCH] Bump rand in /examples/crate_universe/multi_package/pkg_a Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 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.4...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../multi_package/pkg_a/Cargo.lock | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/examples/crate_universe/multi_package/pkg_a/Cargo.lock b/examples/crate_universe/multi_package/pkg_a/Cargo.lock index 9360870736..a327071a63 100644 --- a/examples/crate_universe/multi_package/pkg_a/Cargo.lock +++ b/examples/crate_universe/multi_package/pkg_a/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 = "aho-corasick" @@ -1208,14 +1208,13 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.4" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha", "rand_core", - "rand_hc", ] [[package]] @@ -1237,15 +1236,6 @@ dependencies = [ "getrandom", ] -[[package]] -name = "rand_hc" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" -dependencies = [ - "rand_core", -] - [[package]] name = "redox_syscall" version = "0.2.10"