From 8dd25cdf90b877858ee8ac1536c3ed02c4d4ac06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:17:04 +0000 Subject: [PATCH] Update Rust crate argon2 to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb886b2..a336222 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ required-features = ["bin", "cli"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -argon2 = { version = "0.4.1", features = ["alloc", "password-hash", "zeroize"], optional = true, default-features = false } +argon2 = { version = "0.5.0", features = ["alloc", "password-hash", "zeroize"], optional = true, default-features = false } bincode = { version = "1.3.3", optional = true, default-features = false } blake2 = { version = "0.10.6", optional = true, default-features = false } cfg-if = { version = "1.0.0", optional = true, default-features = false }