From fa550791fc3a90e04a9217ee3d88668786e3c6dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 08:13:30 +0000 Subject: [PATCH] build(deps): update rand requirement from 0.8 to 0.9 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.0...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-utility/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-utility/Cargo.toml b/dev-utility/Cargo.toml index 4a29d8d..a0986a8 100644 --- a/dev-utility/Cargo.toml +++ b/dev-utility/Cargo.toml @@ -26,7 +26,7 @@ base64 = "0.22.1" # Cryptography rsa = { version = "0.9.8" } -rand = "0.8" +rand = "0.9" pkcs8 = { version = "0.10", features = ["pem"] } pkcs1 = { version = "0.7", features = ["pem"] }