Skip to content

Commit

Permalink
chore(deps): bump sha2 from 0.10.3 to 0.10.5 (#203)
Browse files Browse the repository at this point in the history
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.3 to 0.10.5.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](RustCrypto/hashes@sha2-v0.10.3...sha2-v0.10.5)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2022
1 parent da041d5 commit 4218672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/revm_precompiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ num = { version = "0.4.0", default-features = false, features = ["alloc"] }
primitive-types = { version = "0.11", default-features = false, features = ["rlp"] }
ripemd = { version = "0.1", default-features = false }
secp256k1 = { version = "0.24.0", default-features = false, features = ["alloc", "recovery"], optional = true }
sha2 = { version = "0.10.3", default-features = false }
sha2 = { version = "0.10.5", default-features = false }
sha3 = { version = "0.10.1", default-features = false }
hashbrown = { version = "0.12" }
once_cell = "1.13"
Expand Down

0 comments on commit 4218672

Please sign in to comment.