From 92041b02cce782776ecc935c590ed7508a420a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:42:45 +0000 Subject: [PATCH] Update rand_core requirement from 0.6 to 0.10 Updates the requirements on [rand_core](https://github.com/rust-random/rand_core) to permit the latest version. - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand_core/compare/v0.6.0...v0.6.4) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.6.4 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 6ee78aa..6a6a6b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["command-line-utilities", "development-tools"] arboard = "3.6.1" clap = { version = "4.6.1", features = ["derive", "env"] } cursive = "0.21.1" -rand_core = { version = "0.6", features = ["getrandom"] } +rand_core = { version = "0.10", features = ["getrandom"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" ssh-key = { version = "0.6.7", features = ["ed25519", "encryption", "p256", "rsa", "std"] }