Skip to content

Commit b19b936

Browse files
Bump the aws group with 5 updates
Bumps the aws group with 5 updates: | Package | From | To | | --- | --- | --- | | [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.1.4` | `1.1.7` | | [aws-types](https://github.com/smithy-lang/smithy-rs) | `1.1.4` | `1.1.7` | | [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.1.4` | `1.1.7` | | [aws-smithy-http](https://github.com/smithy-lang/smithy-rs) | `0.60.4` | `0.60.6` | | [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.1.4` | `1.1.7` | Updates `aws-credential-types` from 1.1.4 to 1.1.7 - [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-types` from 1.1.4 to 1.1.7 - [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.1.4 to 1.1.7 - [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-http` from 0.60.4 to 0.60.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-runtime` from 1.1.4 to 1.1.7 - [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-credential-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - 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-http 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 06e2203 commit b19b936

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

Cargo.lock

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

svanill-vault-server/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ reqwest = { version = "0.11.24", default-features = false, features = ["blocking
3737
sentry-actix = "0.32.2"
3838
async-trait = "0.1.76"
3939
aws-config = "1.1.4"
40-
aws-credential-types = "1.1.1"
40+
aws-credential-types = "1.1.7"
4141
aws-sigv4 = "1.1.1"
42-
aws-types = "1.1.1"
42+
aws-types = "1.1.7"
4343
aws-sdk-s3 = "1.14.0"
4444
aws-smithy-types = "1.1.1"
4545
http = "0.2.9"
@@ -50,8 +50,8 @@ default-features = false
5050
features = ["rustls", "backtrace", "contexts", "panic", "reqwest", "tracing"]
5151

5252
[dev-dependencies]
53-
aws-smithy-http = "0.60.1"
54-
aws-smithy-runtime = { version = "1.1.1", features=["client", "test-util"] }
53+
aws-smithy-http = "0.60.6"
54+
aws-smithy-runtime = { version = "1.1.7", features=["client", "test-util"] }
5555
tokio = "1.26.0"
5656
ctor = "0.2.6"
5757
actix-rt = "2.9.0"

0 commit comments

Comments
 (0)