From c25dd237b35f6d47422e4b8f1d43aef7b48a43f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:16:47 +0900 Subject: [PATCH] build(deps): bump rand from 0.9.2 to 0.9.3 (#4020) 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 651fdc22d..2a92839e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ "openssl", "percent-encoding", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.3", "rcgen", "regex", "rustls 0.23.37", @@ -164,7 +164,7 @@ dependencies = [ "memchr", "mime", "multer", - "rand 0.9.2", + "rand 0.9.3", "serde", "serde_json", "serde_plain", @@ -362,7 +362,7 @@ dependencies = [ "once_cell", "openssl", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.3", "rcgen", "regex", "regex-lite", @@ -606,7 +606,7 @@ dependencies = [ "openssl", "percent-encoding", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.3", "rcgen", "rustls 0.20.9", "rustls 0.21.12", @@ -1516,7 +1516,7 @@ dependencies = [ "idna", "ipnet", "once_cell", - "rand 0.9.2", + "rand 0.9.3", "ring 0.17.14", "thiserror 2.0.18", "tinyvec", @@ -1538,7 +1538,7 @@ dependencies = [ "moka", "once_cell", "parking_lot", - "rand 0.9.2", + "rand 0.9.3", "resolv-conf", "smallvec", "thiserror 2.0.18", @@ -2308,9 +2308,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.5",