Skip to content

Commit

Permalink
chore(deps): update blake2b_simd requirement from 0.5.11 to 1.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [blake2b_simd](https://github.com/oconnor663/blake2_simd) to permit the latest version.
- [Release notes](https://github.com/oconnor663/blake2_simd/releases)
- [Commits](oconnor663/blake2_simd@0.5.11...1.0.0)

---
updated-dependencies:
- dependency-name: blake2b_simd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 11, 2021
1 parent 9d20a44 commit febf14a
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 @@ -16,7 +16,7 @@ categories = ["network-programming"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
blake2b_simd = "0.5.11"
blake2b_simd = "1.0.0"
byteorder = "1.3.4"
chrono = "0.4.19"
hex = "0.4.2"
Expand Down

0 comments on commit febf14a

Please sign in to comment.