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"]}