From 77cdb6dbaf1e1eb41c6ea3ab3abdf5b45f3ac906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 20:56:56 +0000 Subject: [PATCH] Update rand_chacha requirement from 0.3 to 0.9 Updates the requirements on [rand_chacha](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/rand_chacha-0.3.0...rand_chacha-0.3.1) --- updated-dependencies: - dependency-name: rand_chacha dependency-version: 0.3.1 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 dd49653..61bdffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ hmac = { version = "0.12", default-features = false } httparse = "1.6" mime = "0.3" pbkdf2 = { version = "0.12", default-features = false } -rand_chacha = "0.3" +rand_chacha = "0.9" rusqlite = {version = "0.36", features = ["bundled-sqlcipher-vendored-openssl"] } secp256k1 = { version = "0.28", features = ["recovery"] } serde = { version = "1.0", default-features = false, features = ["alloc", "derive"]}