From 8f3d874d0287734731d63cbbdaa2cde58cdff620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:57:53 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.1 to 0.9.2 Bumps [rand](https://github.com/rust-random/rand) from 0.9.1 to 0.9.2. - [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/rand_core-0.9.1...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f5bf393..3fab4e62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,7 +181,7 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rand 0.9.1", + "rand 0.9.2", "sha1", "smallvec", "tokio", @@ -1101,7 +1101,7 @@ dependencies = [ "openssl", "percent-encoding", "pin-project-lite", - "rand 0.9.1", + "rand 0.9.2", "rustls 0.23.29", "serde", "serde_json", @@ -1611,7 +1611,7 @@ dependencies = [ "env_logger", "eyre", "log", - "rand 0.9.1", + "rand 0.9.2", "serde", "tokio", "tokio-util", @@ -1895,7 +1895,7 @@ dependencies = [ "indexmap 2.9.0", "js-sys", "once_cell", - "rand 0.9.1", + "rand 0.9.2", "serde", "serde_bytes", "serde_json", @@ -3104,7 +3104,7 @@ dependencies = [ "derive_more 2.0.1", "env_logger", "log", - "rand 0.9.1", + "rand 0.9.2", "serde", "serde_json", ] @@ -6137,7 +6137,7 @@ dependencies = [ "hmac", "md-5", "memchr", - "rand 0.9.1", + "rand 0.9.2", "sha2", "stringprep", ] @@ -6401,7 +6401,7 @@ dependencies = [ "bytes", "getrandom 0.3.3", "lru-slab", - "rand 0.9.1", + "rand 0.9.2", "ring", "rustc-hash 2.1.1", "rustls 0.23.29", @@ -6499,9 +6499,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -7004,7 +7004,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "173e7e58f0cbb61d2ea2b21af1b5ed6e35fa6c17818fc2cc5d903b44b4715d01" dependencies = [ - "rand 0.9.1", + "rand 0.9.2", "rustls 0.23.29", ] @@ -8605,7 +8605,7 @@ dependencies = [ "pin-project-lite", "postgres-protocol", "postgres-types", - "rand 0.9.1", + "rand 0.9.2", "socket2", "tokio", "tokio-util", @@ -9075,7 +9075,7 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" dependencies = [ - "rand 0.9.1", + "rand 0.9.2", "web-time", ] @@ -9621,7 +9621,7 @@ dependencies = [ "env_logger", "futures-util", "log", - "rand 0.9.1", + "rand 0.9.2", "tokio", ] @@ -9636,7 +9636,7 @@ dependencies = [ "actix-web-actors", "env_logger", "log", - "rand 0.9.1", + "rand 0.9.2", ] [[package]] @@ -9649,7 +9649,7 @@ dependencies = [ "actix-web-actors", "env_logger", "log", - "rand 0.9.1", + "rand 0.9.2", ] [[package]] @@ -9665,7 +9665,7 @@ dependencies = [ "env_logger", "futures-util", "log", - "rand 0.9.1", + "rand 0.9.2", "serde", "serde_json", "tokio",