Skip to content

Commit

Permalink
Bump sha2 from 0.8.2 to 0.9.3 in /packer
Browse files Browse the repository at this point in the history
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.8.2 to 0.9.3.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](RustCrypto/hashes@sha2-v0.8.2...sha2-v0.9.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 4, 2021
1 parent 5f6421c commit 354fd3b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 42 deletions.
66 changes: 25 additions & 41 deletions packer/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 packer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tar = "0.4.30"
serde = { version = "1.0.122", features = ["derive"] }
serde_yaml = "0.8.15"
anyhow = "1.0.38"
sha2 = "^0.8.1"
sha2 = "^0.9.3"
data-encoding = "2.3.1"
serde_json = "1.0.61"
rayon = "1.4.1"
Expand Down

0 comments on commit 354fd3b

Please sign in to comment.