Skip to content

Commit

Permalink
build(deps): bump sha2 from 0.10.7 to 0.10.8
Browse files Browse the repository at this point in the history
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.7 to 0.10.8.
- [Commits](RustCrypto/hashes@sha2-v0.10.7...sha2-v0.10.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rjzak committed Mar 1, 2024
1 parent 290c12f commit fb19da2
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ semver = { version = "1.0", default-features = false }
serde = { version = "1.0", default-features = false }
serde_json = { version = "1.0", default-features = false }
sgx = { version = "0.6.0", default-features = false }
sha2 = { version = "^0.10.2", default-features = false }
sha2 = { version = "^0.10.8", default-features = false }
signature = {version = "2.0.0", default-features = false }
spki = { version = "0.6", default-features = false }
testaso = { version = "0.1", default-features = false }
Expand Down

0 comments on commit fb19da2

Please sign in to comment.