From 91bad46ac2c554111be7ec1d98ec2afcf50da784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 02:03:16 +0000 Subject: [PATCH] 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 | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8935903..c77eb12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1134,7 +1134,7 @@ dependencies = [ "futures-util", "opentelemetry", "percent-encoding", - "rand 0.9.2", + "rand 0.9.3", "thiserror 2.0.16", ] @@ -1283,7 +1283,7 @@ dependencies = [ "bytes", "getrandom 0.3.3", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash", "rustls", @@ -1337,9 +1337,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", @@ -1826,7 +1826,7 @@ dependencies = [ "libgssapi", "netaddr2", "nix", - "rand 0.9.2", + "rand 0.9.3", "regex-lite", "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0a8fcfa..c1db01c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ libc = "0.2.175" libgssapi = { version = "0.9.1", features = ["s4u"] } netaddr2 = { version = "0.10.0", features = ["serde"] } nix = { version = "0.30.1", features = ["user", "fs", "process", "signal", "mman"] } -rand = "0.9.2" +rand = "0.9.3" regex-lite = "0.1.7" serde = { version = "1.0.225", features = ["derive"] } serde_with = "3.14.0"