From a71ec70f9bac1835fde0c38c4fcd404721207ff4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:17:32 +0000 Subject: [PATCH] chore(deps): update rust crate rand_chacha 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 7d40957a..29fc110a 100644 --- a/plugins/stronghold/Cargo.toml +++ b/plugins/stronghold/Cargo.toml @@ -34,7 +34,7 @@ iota-crypto = "0.23" hex = "0.4" zeroize = { version = "1", features = ["zeroize_derive"] } rust-argon2 = { version = "2", optional = true } -rand_chacha = { version = "0.3.1", optional = true } +rand_chacha = { version = "0.9.0", optional = true } rand_core = { version = "0.6.4", features = ["getrandom"], optional = true } [dev-dependencies]