Skip to content

Commit cc64306

Browse files
Bump the aws group with 3 updates
Bumps the aws group with 3 updates: [aws-types](https://github.com/smithy-lang/smithy-rs), [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) and [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs). Updates `aws-types` from 1.3.4 to 1.3.5 - [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.12 to 1.2.13 - [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.7 to 1.7.8 - [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-types 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] <support@github.com>
1 parent c76bbb4 commit cc64306

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

svanill-vault-server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async-trait = "0.1.86"
3939
aws-config = "1.1.4"
4040
aws-credential-types = "1.2.1"
4141
aws-sigv4 = "1.2.7"
42-
aws-types = "1.3.4"
42+
aws-types = "1.3.5"
4343
aws-sdk-s3 = "1.14.0"
4444
aws-smithy-types = "1.1.1"
4545
http = "1.2.0"
@@ -51,7 +51,7 @@ features = ["rustls", "backtrace", "contexts", "panic", "reqwest", "tracing"]
5151

5252
[dev-dependencies]
5353
aws-smithy-http = "0.60.10"
54-
aws-smithy-runtime = { version = "1.7.7", features=["client", "test-util"] }
54+
aws-smithy-runtime = { version = "1.7.8", features=["client", "test-util"] }
5555
tokio = "1.43.0"
5656
ctor = "0.2.9"
5757
actix-rt = "2.10.0"

0 commit comments

Comments
 (0)