Skip to content

Commit

Permalink
Bump sha2 from 0.10.6 to 0.10.7 in /packer
Browse files Browse the repository at this point in the history
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.10.7.
- [Commits](RustCrypto/hashes@sha2-v0.10.6...sha2-v0.10.7)

---
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 Jul 18, 2023
1 parent 8028fef commit 163e9bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.38"
serde = { version = "^1", features = ["derive"] }
serde_yaml = "0.9.23"
anyhow = "^1"
sha2 = "0.10.6"
sha2 = "0.10.7"
data-encoding = "^2"
serde_json = "^1"
rayon = "^1.7"
Expand Down

0 comments on commit 163e9bd

Please sign in to comment.