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"