From e107e39f86a63bfcfa06e98149311eaf6fb3276a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 14:22:42 +0000 Subject: [PATCH] Bump rand from 0.10.2 to 0.10.3 Bumps [rand](https://github.com/rust-random/rand) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.10.2...0.10.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 747334aa5c..fbecbf002b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -691,7 +691,7 @@ checksum = "95c589f335db0f6aaa168a7cd27b1fc6920f5e1470c804f814d9cd6e62a0f70b" dependencies = [ "env_logger", "log", - "rand 0.10.2", + "rand 0.10.3", ] [[package]] @@ -733,9 +733,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" +checksum = "65c9fb96cbc91e3478eaae79a69fcd3f1ae4ad052e471fe6732fff548984b4af" dependencies = [ "chacha20", "getrandom 0.4.3", @@ -774,7 +774,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d431c2703ccf129de4d45253c03f49ebb22b97d6ad79ee3ecfc7e3f4862c1d8" dependencies = [ "num-traits", - "rand 0.10.2", + "rand 0.10.3", ] [[package]] @@ -879,7 +879,7 @@ dependencies = [ "petgraph", "pyo3", "quick-xml", - "rand 0.10.2", + "rand 0.10.3", "rand_distr", "rand_pcg", "rayon", @@ -904,7 +904,7 @@ dependencies = [ "priority-queue", "quickcheck", "quickcheck_macros", - "rand 0.10.2", + "rand 0.10.3", "rand_distr", "rand_pcg", "rayon",