Skip to content

Commit

Permalink
Bump the aws group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the aws group with 2 updates in the / directory: [aws-sigv4](https://github.com/smithy-lang/smithy-rs) and [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs).


Updates `aws-sigv4` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-types` from 1.2.8 to 1.2.11
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-runtime` from 1.7.3 to 1.7.4
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

---
updated-dependencies:
- dependency-name: aws-sigv4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-smithy-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-smithy-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent e41e229 commit e157f23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions svanill-vault-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sentry-actix = "0.34.0"
async-trait = "0.1.83"
aws-config = "1.1.4"
aws-credential-types = "1.2.1"
aws-sigv4 = "1.2.5"
aws-sigv4 = "1.2.6"
aws-types = "1.3.3"
aws-sdk-s3 = "1.14.0"
aws-smithy-types = "1.1.1"
Expand All @@ -51,7 +51,7 @@ features = ["rustls", "backtrace", "contexts", "panic", "reqwest", "tracing"]

[dev-dependencies]
aws-smithy-http = "0.60.10"
aws-smithy-runtime = { version = "1.7.3", features=["client", "test-util"] }
aws-smithy-runtime = { version = "1.7.4", features=["client", "test-util"] }
tokio = "1.26.0"
ctor = "0.2.8"
actix-rt = "2.10.0"
Expand Down

0 comments on commit e157f23

Please sign in to comment.