From 3e33fdedf276b62f4017cd5564187ef2538c54f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:25:18 +0000 Subject: [PATCH] Bump rand in /examples/crate_universe/vendor_local_patching Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 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.5...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/crate_universe/vendor_local_patching/Cargo.lock | 5 ++--- examples/crate_universe/vendor_local_patching/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/examples/crate_universe/vendor_local_patching/Cargo.lock b/examples/crate_universe/vendor_local_patching/Cargo.lock index e107144607..09bd2a9133 100644 --- a/examples/crate_universe/vendor_local_patching/Cargo.lock +++ b/examples/crate_universe/vendor_local_patching/Cargo.lock @@ -36,9 +36,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha", @@ -67,4 +67,3 @@ dependencies = [ [[patch.unused]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" - diff --git a/examples/crate_universe/vendor_local_patching/Cargo.toml b/examples/crate_universe/vendor_local_patching/Cargo.toml index 41b011bc84..a9ef915d43 100644 --- a/examples/crate_universe/vendor_local_patching/Cargo.toml +++ b/examples/crate_universe/vendor_local_patching/Cargo.toml @@ -3,7 +3,7 @@ name = "my_third_party" version = "0.1.0" [dependencies] -rand = "0.8.5" +rand = "0.8.6" [patch.crates-io] # We need to make sure that forked_getrandom/BUILD.bazel exposes the correct