From dbbcd882bdbea65acfe11e0defba84787bc9ecce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 03:04:31 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fae5c51..3e68b0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1715,7 +1715,7 @@ dependencies = [ "opentelemetry", "page_size", "parking_lot", - "rand 0.10.2", + "rand 0.10.3", "rust-embed", "serde", "serde_json", @@ -1764,7 +1764,7 @@ dependencies = [ "oxc_resolver", "phf", "plotters", - "rand 0.10.2", + "rand 0.10.3", "serde", "serde_json", "tempfile", @@ -2996,9 +2996,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",