Skip to content

Commit

Permalink
Bump blake2 to =0.11.0-pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Feb 7, 2024
1 parent 1fc5bfb commit 906e0b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ exclude = ["benches"]

[profile.dev]
opt-level = 2

[patch.crates-io]
blake2 = { git = "https://github.com/RustCrypto/hashes.git" }
2 changes: 1 addition & 1 deletion argon2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.71"

[dependencies]
base64ct = "1"
blake2 = { version = "0.11.0-pre", default-features = false }
blake2 = { version = "=0.11.0-pre.3", default-features = false }

# optional dependencies
password-hash = { version = "0.5", optional = true }
Expand Down

0 comments on commit 906e0b2

Please sign in to comment.