From 7ed7d05e2aaaa86404695dedf1bce3b4e05e3b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 09:54:32 +0000 Subject: [PATCH] build(deps): 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69e31d9..82beb8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -630,7 +630,7 @@ dependencies = [ "libsqlite3-sys", "lopdf", "open", - "rand 0.10.2", + "rand 0.10.3", "reqwest", "rfd", "rodio", @@ -2722,7 +2722,7 @@ dependencies = [ "log", "md-5", "nom", - "rand 0.10.2", + "rand 0.10.3", "rangemap", "rayon", "sha2", @@ -3820,7 +3820,7 @@ dependencies = [ "bytes", "getrandom 0.4.3", "lru-slab", - "rand 0.10.2", + "rand 0.10.3", "rand_pcg 0.10.2", "ring", "rustc-hash 2.1.3", @@ -3882,9 +3882,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",