From e39e847edbf2951094a86d57700a707e750bb71a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 09:13:43 +0000 Subject: [PATCH] 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 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dbe883..a7a2ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1177,7 +1177,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2253,7 +2253,7 @@ checksum = "93e7820bc0a80a0238e650327316f929ba18d5be054b647490a3a6a339f3e7c0" dependencies = [ "num-integer", "num-traits", - "rand 0.10.2", + "rand 0.10.3", "rand_core 0.10.1", ] @@ -2314,7 +2314,7 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "chrono", "getrandom 0.2.17", "http", @@ -2486,7 +2486,7 @@ dependencies = [ "delegate", "futures", "log", - "rand 0.10.2", + "rand 0.10.3", "sha2 0.11.0", "thiserror 2.0.19", "tokio", @@ -2859,7 +2859,7 @@ dependencies = [ "bytes", "getrandom 0.4.3", "lru-slab", - "rand 0.10.2", + "rand 0.10.3", "rand_pcg", "ring", "rustc-hash", @@ -2883,7 +2883,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2930,9 +2930,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", @@ -3247,7 +3247,7 @@ dependencies = [ "pkcs5", "pkcs8 0.11.0", "polyval", - "rand 0.10.2", + "rand 0.10.3", "rand_core 0.10.1", "rsa 0.10.0-rc.18", "russh-cryptovec", @@ -3330,7 +3330,7 @@ dependencies = [ "openidconnect", "pbkdf2", "pulldown-cmark", - "rand 0.10.2", + "rand 0.10.3", "rcgen", "reqwest", "rusqlite",