From 2b391dea75fc7d9f93d27769a448a904cd881b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 04:25:42 +0000 Subject: [PATCH] Update rand requirement from 0.8.5 to 0.9.1 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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.8.5...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 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..6d2f1b964f6 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.1" num_enum = "0.7.0" cfg-if = "1.0.0" hpke = { version = "0.12.0", default-features = false, features = ["std"] }