From d746a83bd7fa1749b736b7892e323115b378077e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:19:11 +0000 Subject: [PATCH] Bump rand from 0.9.4 to 0.10.1 Bumps [rand](https://github.com/rust-random/rand) from 0.9.4 to 0.10.1. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.9.4...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/openhttpa-telemetry/Cargo.toml | 2 +- tests/integration/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9ec378..c8206f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6460,7 +6460,7 @@ dependencies = [ "openhttpa-tee", "openhttpa-telemetry", "openhttpa-transport", - "rand 0.9.4", + "rand 0.10.1", "reqwest 0.13.4", "serde_json", "sha2 0.11.0", @@ -6755,7 +6755,7 @@ dependencies = [ "hex", "hpke", "openhttpa-crypto", - "rand 0.9.4", + "rand 0.10.1", "serde", "serde_json", "tokio", diff --git a/crates/openhttpa-telemetry/Cargo.toml b/crates/openhttpa-telemetry/Cargo.toml index f1d819f..2f85990 100644 --- a/crates/openhttpa-telemetry/Cargo.toml +++ b/crates/openhttpa-telemetry/Cargo.toml @@ -16,4 +16,4 @@ serde_json = { workspace = true } tokio = { workspace = true } hpke = { workspace = true } hex = { workspace = true } -rand = "0.9" +rand = "0.10" diff --git a/tests/integration/Cargo.toml b/tests/integration/Cargo.toml index be75b66..e8e846e 100644 --- a/tests/integration/Cargo.toml +++ b/tests/integration/Cargo.toml @@ -30,4 +30,4 @@ async-trait = "0.1.89" openhttpa-spiffe = { path = "../../crates/openhttpa-spiffe" } openhttpa-telemetry = { path = "../../crates/openhttpa-telemetry" } hpke.workspace = true -rand = "0.9" +rand = "0.10"