From 82f2d5c8a99c188e94f2152361df1a26fa9f661f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:17:50 +0000 Subject: [PATCH] chore(deps): update rust crate rand_core to 0.9.0 --- plugins/stronghold/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stronghold/Cargo.toml b/plugins/stronghold/Cargo.toml index e046f13c..0f3a3687 100644 --- a/plugins/stronghold/Cargo.toml +++ b/plugins/stronghold/Cargo.toml @@ -23,7 +23,7 @@ zeroize = { version = "1", features = ["zeroize_derive"] } # kdf dependencies rust-argon2 = { version = "1", optional = true } rand_chacha = { version = "0.3.1", optional = true } -rand_core = { version = "0.6.4", features = ["getrandom"], optional = true } +rand_core = { version = "0.9.0", features = ["getrandom"], optional = true } [dev-dependencies] rand = "0.8"