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: Patrick J.P. Culp <jpculp@amazon.com>
  • Loading branch information
jpculp committed Jan 5, 2022
1 parent ace7833 commit b3cf4c4
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 9 deletions.
56 changes: 48 additions & 8 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 @@ -17,7 +17,7 @@ rusoto-rustls = ["rusoto_core/rustls", "rusoto_ebs/rustls", "rusoto_ec2/rustls"]
[dependencies]
argh = "0.1.6"
tokio = { version = "~1.8", features = ["fs", "io-util", "time"] } # LTS
sha2 = "0.9.8"
sha2 = "0.10.0"
bytes = "1"
base64 = "0.13.0"
futures = "0.3.18"
Expand Down
5 changes: 5 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ license-files = [
multiple-versions = "deny"
wildcards = "deny"

skip-tree = [
# rusoto_signature uses an older version of sha2
{ name = "rusoto_signature", version = "0.47.0" },
]

[sources]
# Deny crates from unknown registries or git repositories.
unknown-registry = "deny"
Expand Down

0 comments on commit b3cf4c4

Please sign in to comment.