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 }