From 58444eca05be401bdf2792da4b7a697e3fd2fd8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 18:22:14 +0000 Subject: [PATCH] Update Rust crate argon2 to 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb886b2..06f7a8e 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.1", 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 }