Skip to content

Commit

Permalink
Merge pull request #118 from awslabs/dependabot/cargo/sha2-0.10.1
Browse files Browse the repository at this point in the history
Bump sha2 from 0.10.0 to 0.10.1
  • Loading branch information
jpculp authored Jan 6, 2022
2 parents ed0742c + 02767a2 commit 91d18fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.7"
tokio = { version = "~1.8", features = ["fs", "io-util", "time"] } # LTS
sha2 = "0.10.0"
sha2 = "0.10.1"
bytes = "1"
base64 = "0.13.0"
futures = "0.3.19"
Expand Down

0 comments on commit 91d18fd

Please sign in to comment.