From 19a4a945ee2b529e8253072b77e46c63504b2c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:06:46 +0000 Subject: [PATCH] build(deps): bump rand from 0.10.0 to 0.10.1 Bumps [rand](https://github.com/rust-random/rand) from 0.10.0 to 0.10.1. - [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.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 48 ++++++++++++++++++++++++------------------------ Cargo.toml | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e51a91424f..53768c20fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3136,7 +3136,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3187,7 +3187,7 @@ dependencies = [ "futures", "http 1.4.0", "md5", - "rand 0.10.0", + "rand 0.10.1", "rcgen", "reqwest 0.13.2", "rmp-serde", @@ -3412,7 +3412,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -3838,7 +3838,7 @@ dependencies = [ "google-cloud-wkt", "http 1.4.0", "pin-project", - "rand 0.10.0", + "rand 0.10.1", "serde", "serde_json", "thiserror 2.0.18", @@ -4666,7 +4666,7 @@ checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46" dependencies = [ "hermit-abi", "libc", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -4743,7 +4743,7 @@ dependencies = [ "portable-atomic", "portable-atomic-util", "serde_core", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -5619,7 +5619,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -6979,9 +6979,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.2", @@ -7604,7 +7604,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "pprof-pyroscope-fork", - "rand 0.10.0", + "rand 0.10.1", "reqwest 0.13.2", "rmp-serde", "rust-embed", @@ -7680,7 +7680,7 @@ name = "rustfs-appauth" version = "0.0.5" dependencies = [ "base64-simd", - "rand 0.10.0", + "rand 0.10.1", "rsa 0.10.0-rc.17", "serde", "serde_json", @@ -7766,7 +7766,7 @@ name = "rustfs-credentials" version = "0.0.5" dependencies = [ "base64-simd", - "rand 0.10.0", + "rand 0.10.1", "serde", "serde_json", "time", @@ -7782,7 +7782,7 @@ dependencies = [ "chacha20poly1305", "jsonwebtoken", "pbkdf2 0.13.0-rc.9", - "rand 0.10.0", + "rand 0.10.1", "serde_json", "sha2 0.11.0", "test-case", @@ -7834,7 +7834,7 @@ dependencies = [ "path-absolutize", "pin-project-lite", "quick-xml 0.39.2", - "rand 0.10.0", + "rand 0.10.1", "ratelimit", "reed-solomon-erasure", "reed-solomon-simd", @@ -7944,7 +7944,7 @@ dependencies = [ "moka", "openidconnect", "pollster", - "rand 0.10.0", + "rand 0.10.1", "reqwest 0.13.2", "rustfs-config", "rustfs-credentials", @@ -8022,7 +8022,7 @@ dependencies = [ "jiff", "md5", "moka", - "rand 0.10.0", + "rand 0.10.1", "reqwest 0.13.2", "rustfs-utils", "serde", @@ -8278,7 +8278,7 @@ dependencies = [ "http-body-util", "md-5 0.11.0", "pin-project-lite", - "rand 0.10.0", + "rand 0.10.1", "reqwest 0.13.2", "rustfs-common", "rustfs-config", @@ -8356,7 +8356,7 @@ dependencies = [ "futures", "http 1.4.0", "path-clean", - "rand 0.10.0", + "rand 0.10.1", "rmp-serde", "rustfs-common", "rustfs-config", @@ -8459,7 +8459,7 @@ dependencies = [ "lz4", "md-5 0.11.0", "netif", - "rand 0.10.0", + "rand 0.10.1", "regex", "rustfs-config", "rustix 1.1.4", @@ -8567,7 +8567,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -8635,7 +8635,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -9640,7 +9640,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix 1.1.4", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -10327,7 +10327,7 @@ checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" dependencies = [ "getrandom 0.4.2", "js-sys", - "rand 0.10.0", + "rand 0.10.1", "serde_core", "wasm-bindgen", ] @@ -10599,7 +10599,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 143f3e762e..4ab800c4a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -240,7 +240,7 @@ path-clean = "1.0.1" percent-encoding = "2.3.2" pin-project-lite = "0.2.17" pretty_assertions = "1.4.1" -rand = { version = "0.10.0", features = ["serde"] } +rand = { version = "0.10.1", features = ["serde"] } ratelimit = "0.10.1" rayon = "1.11.0" reed-solomon-erasure = { version = "6.0", default-features = false, features = ["std", "simd-accel"] }