From ca01cadcc2d92ccd9aa342f81ad4c98383b1e94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:49:35 +0000 Subject: [PATCH] chore(deps): bump rand from 0.9.2 to 0.9.3 Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1b0b76..62d0f2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ dependencies = [ "num_cpus", "once_cell", "quick-xml 0.38.4", - "rand 0.9.2", + "rand 0.9.3", "regex", "serde", "serde-xml-rs", @@ -420,7 +420,7 @@ dependencies = [ "indexmap", "js-sys", "once_cell", - "rand 0.9.2", + "rand 0.9.3", "serde", "serde_bytes", "serde_json", @@ -669,7 +669,7 @@ dependencies = [ "chrono", "datalogic-rs", "fake", - "rand 0.9.2", + "rand 0.9.3", "serde", "serde_json", "thiserror 2.0.17", @@ -887,7 +887,7 @@ dependencies = [ "deunicode", "dummy", "either", - "rand 0.9.2", + "rand 0.9.3", "uuid", ] @@ -1102,7 +1102,7 @@ dependencies = [ "idna", "ipnet", "once_cell", - "rand 0.9.2", + "rand 0.9.3", "ring", "thiserror 2.0.17", "tinyvec", @@ -1124,7 +1124,7 @@ dependencies = [ "moka", "once_cell", "parking_lot", - "rand 0.9.2", + "rand 0.9.3", "resolv-conf", "smallvec", "thiserror 2.0.17", @@ -1661,7 +1661,7 @@ dependencies = [ "mongodb-internal-macros", "pbkdf2", "percent-encoding", - "rand 0.9.2", + "rand 0.9.3", "rustc_version_runtime", "rustls", "rustversion", @@ -1991,9 +1991,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -2954,7 +2954,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "sha1", "thiserror 2.0.17", "utf-8", @@ -3138,7 +3138,7 @@ dependencies = [ "getrandom 0.3.4", "js-sys", "md-5", - "rand 0.9.2", + "rand 0.9.3", "serde_core", "sha1_smol", "uuid-macro-internal",