From c466d620afca78a41b84bc1ead52cd595c189230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 23:13:23 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.5 to 0.9.4 in /sentry_streams Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentry_streams/Cargo.lock | 8 ++++---- sentry_streams/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sentry_streams/Cargo.lock b/sentry_streams/Cargo.lock index bdbf0e36..e21a054a 100644 --- a/sentry_streams/Cargo.lock +++ b/sentry_streams/Cargo.lock @@ -1882,9 +1882,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.5" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ "libc", "rand_chacha 0.3.1", @@ -2145,7 +2145,7 @@ dependencies = [ "metrics-exporter-dogstatsd", "parking_lot", "pyo3", - "rand 0.8.5", + "rand 0.9.4", "rdkafka", "reqwest 0.12.15", "sentry", @@ -2438,7 +2438,7 @@ dependencies = [ "coarsetime", "once_cell", "parking_lot", - "rand 0.8.5", + "rand 0.8.7", "rdkafka", "sentry-core", "serde", diff --git a/sentry_streams/Cargo.toml b/sentry_streams/Cargo.toml index a5a5b30d..07847758 100644 --- a/sentry_streams/Cargo.toml +++ b/sentry_streams/Cargo.toml @@ -21,7 +21,7 @@ clap = { version = "4.5.45", features = ["derive"], optional = true } gcp_auth = "0.12.2" metrics = "0.24.0" metrics-exporter-dogstatsd = "0.9.0" -rand = "0.8" +rand = "0.9" sentry = "0.48.1" [lib]