From d7160bafdc13559ca21501c6d7a343e4d5d3cb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:27:53 +0000 Subject: [PATCH] deps: update rand requirement from 0.8.5 to 0.9.2 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.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sare-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sare-core/Cargo.toml b/sare-core/Cargo.toml index f2f4086..0ff4f71 100644 --- a/sare-core/Cargo.toml +++ b/sare-core/Cargo.toml @@ -27,7 +27,7 @@ generic-array = "1.0.0" hkdf = "0.12.4" pem = "3.0.3" safe_pqc_kyber = { version = "0.6.3", features = ["std", "rand", "kyber768"] } -rand = "0.8.5" +rand = "0.9.2" scrypt = "0.11.0" secrecy = { version = "0.8.0" } serde = { version = "1.0.193", features = ["derive"] }