Skip to content

Commit

Permalink
Update Rust crate argon2 to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 13, 2023
1 parent a793a71 commit 58444ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 58444ec

Please sign in to comment.