Skip to content

Commit

Permalink
chore(deps): Update aws-sigv4 requirement from 0.14 to 0.15 (#93)
Browse files Browse the repository at this point in the history
Updates the requirements on [aws-sigv4](/~https://github.com/awslabs/smithy-rs) to permit the latest version.
- [Release notes](/~https://github.com/awslabs/smithy-rs/releases)
- [Changelog](/~https://github.com/awslabs/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](smithy-lang/smithy-rs@v0.14...v0.15)

---
updated-dependencies:
- dependency-name: aws-sigv4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 4, 2022
1 parent 4493751 commit b4e5716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sha2 = "0.10"
time = { version = "0.3.9", features = ["macros", "formatting", "parsing"] }

[dev-dependencies]
aws-sigv4 = "0.14"
aws-sigv4 = "0.15"
criterion = { version = "0.3", features = ["async_tokio", "html_reports"] }
dotenv = "0.15"
env_logger = "0.9"
Expand Down

1 comment on commit b4e5716

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for reqsign ready!

✅ Preview
https://reqsign-50taeo0bz-xuanwo.vercel.app

Built with commit b4e5716.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.