Skip to content

Commit

Permalink
Bump sha2 from 0.9.9 to 0.10.2
Browse files Browse the repository at this point in the history
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.9 to 0.10.2.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](RustCrypto/hashes@sha2-v0.9.9...sha2-v0.10.2)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2022
1 parent da0c8a4 commit a977237
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ blake2-rfc = "0.2"
rust-argon2 = "1.0"
byteorder = "1.2"
hex = "0.4"
sha2 = "0.9"
sha2 = "0.10"
serde = { version = "1.0", features = ["derive"], optional = true }

beserial = { path = "../beserial" }
Expand Down
2 changes: 1 addition & 1 deletion keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thiserror = "1.0"
hex = "0.4"
rand_core = "0.6"
rand = "0.8"
sha2 = "0.9"
sha2 = "0.10"
serde = { version = "1.0", optional = true }

beserial = { path = "../beserial" }
Expand Down
2 changes: 1 addition & 1 deletion vrf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ num-traits = "0.2"
rand = "0.8"
serde = { version = "1.0", features = ["derive"], optional = true }
serde-big-array = { version = "0.3.2", optional = true }
sha2 = "0.9"
sha2 = "0.10"

beserial = { path = "../beserial" }
nimiq-hash = { path = "../hash" }
Expand Down

0 comments on commit a977237

Please sign in to comment.