From a7dd6c5b2b47dfc9f1a4b40653657e3ef177632c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:00:59 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.5 to 0.8.6 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] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9452ef5..001b44f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1759,7 +1759,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c" dependencies = [ "byteorder", - "rand 0.8.5", + "rand 0.8.6", "rustc-hex", "static_assertions", ] @@ -3256,7 +3256,7 @@ dependencies = [ "num-rational", "once_cell", "primitive-types", - "rand 0.8.5", + "rand 0.8.6", "reed-solomon-erasure", "serde", "serde_json", @@ -3296,7 +3296,7 @@ dependencies = [ "num-rational", "once_cell", "primitive-types", - "rand 0.8.5", + "rand 0.8.6", "rand_chacha 0.3.1", "reed-solomon-erasure", "serde", @@ -3804,7 +3804,7 @@ dependencies = [ "near-primitives 0.17.0", "near-sandbox-utils", "near-sdk 4.1.1", - "rand 0.8.5", + "rand 0.8.6", "reqwest", "serde", "serde_json", @@ -4020,7 +4020,7 @@ dependencies = [ "lazy_static", "percent-encoding", "pin-project", - "rand 0.8.5", + "rand 0.8.6", "thiserror", "tokio", "tokio-stream", @@ -4563,9 +4563,9 @@ dependencies = [ [[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 0.3.1", @@ -5033,7 +5033,7 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" dependencies = [ - "rand 0.8.5", + "rand 0.8.6", "secp256k1-sys", ] @@ -5770,7 +5770,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f" dependencies = [ "pin-project", - "rand 0.8.5", + "rand 0.8.6", "tokio", ] @@ -5904,7 +5904,7 @@ dependencies = [ "indexmap 1.9.3", "pin-project", "pin-project-lite", - "rand 0.8.5", + "rand 0.8.6", "slab", "tokio", "tokio-util 0.7.10", @@ -6698,7 +6698,7 @@ dependencies = [ "memfd", "memoffset 0.9.1", "paste", - "rand 0.8.5", + "rand 0.8.6", "rustix", "sptr", "wasm-encoder 0.35.0", @@ -7060,7 +7060,7 @@ dependencies = [ "byteorder", "crunchy", "lazy_static", - "rand 0.8.5", + "rand 0.8.6", "rustc-hex", ]