Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 13, 2021
1 parent 1e500b9 commit 30968d4
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 7 deletions.
52 changes: 46 additions & 6 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 @@ -36,7 +36,7 @@ reqwest = { version = "0.11.2", optional = true, default-features = false, featu
rpassword = { version = "5.0.1", optional = true }
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.70"
sha2 = "0.9.3"
sha2 = "0.10.0"
shlex = "1.0.0"
structopt = "0.3.21"
tar = "0.4.33"
Expand Down

0 comments on commit 30968d4

Please sign in to comment.