From f5e5d6783835be5748acd10dfdb55af3cd9a097d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 04:35:17 +0000 Subject: [PATCH] Update rand requirement from 0.8.5 to 0.9.2 --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7917d341a84..a10bbc62964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ kem-dh-p521-hkdf-sha512 = ["hpke/p521"] kem-x25519-hkdf-sha256 = ["hpke/x25519"] [dependencies] -rand = "0.8.5" +rand = "0.9.2" num_enum = "0.7.0" cfg-if = "1.0.0" hpke = { version = "0.12.0", default-features = false, features = ["std"] }