From a515f56ccfba531e8d2f0d0cec587ef8392f5d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:14:53 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.6 to 0.8.7 Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.8.7. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.7/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.6...0.8.7) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.7 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 918b1526..3520c5de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,7 +807,7 @@ dependencies = [ "num-integer", "num-prime", "num-traits", - "rand 0.8.6", + "rand 0.8.7", "rust_decimal", "serde", "serde_json", @@ -1591,7 +1591,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58b1a1c1102a5a7fbbda117b79fb3a01e033459c738a3c1642269603484fd1c1" dependencies = [ "lambdaworks-math", - "rand 0.8.6", + "rand 0.8.7", "rand_chacha 0.3.1", "serde", "sha2", @@ -1607,7 +1607,7 @@ dependencies = [ "getrandom 0.2.16", "num-bigint", "num-traits", - "rand 0.8.6", + "rand 0.8.7", "serde", "serde_json", ] @@ -1774,7 +1774,7 @@ checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", - "rand 0.8.6", + "rand 0.8.7", "serde", ] @@ -1826,7 +1826,7 @@ dependencies = [ "num-integer", "num-modular", "num-traits", - "rand 0.8.6", + "rand 0.8.7", ] [[package]] @@ -2039,9 +2039,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rand" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ "libc", "rand_chacha 0.3.1",