From 9287d1bff2c7cc92fb61102d897e7f0e4d3db829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 03:26:09 +0000 Subject: [PATCH] build(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 | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2c782b..eb616ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.4", "sha1", "smallvec", "tokio", @@ -855,7 +855,7 @@ dependencies = [ "monitoring", "prost", "prost-types", - "rand 0.9.2", + "rand 0.9.4", "redis", "rsa", "sentry_protos", @@ -1440,7 +1440,7 @@ dependencies = [ "ordered-float", "quanta", "radix_trie", - "rand 0.9.2", + "rand 0.9.4", "rand_xoshiro", "sketches-ddsketch", ] @@ -2002,9 +2002,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -2086,7 +2086,7 @@ dependencies = [ "num-bigint", "percent-encoding", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.4", "ryu", "sha1_smol", "socket2 0.6.0", @@ -2378,7 +2378,7 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "deaa38b94e70820ff3f1f9db3c8b0aef053b667be130f618e615e0ff2492cbcc" dependencies = [ - "rand 0.9.2", + "rand 0.9.4", "sentry-types", "serde", "serde_json", @@ -2436,7 +2436,7 @@ checksum = "e477f4d4db08ddb4ab553717a8d3a511bc9e81dde0c808c680feacbb8105c412" dependencies = [ "debugid", "hex", - "rand 0.9.2", + "rand 0.9.4", "serde", "serde_json", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index f20235d..41a7e6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ uuid = { version = "1.13.0", features = ["v4", "serde"] } tokio = { version = "1.40.0", features = ["full"] } tokio-stream = "0.1.17" tokio-util = "0.7.10" -rand = "0.9.2" +rand = "0.9.3" rsa = "0.9.10" thiserror = "2.0.16" tower = "0.5.2"