Skip to content

Commit 0aaaaba

Browse files
chore(deps): bump aws-config in the cargo-dependencies group
Bumps the cargo-dependencies group with 1 update: [aws-config](https://github.com/smithy-lang/smithy-rs). Updates `aws-config` from 1.6.2 to 1.6.3 - [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-config dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10f068e commit 0aaaaba

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

parent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/main.rs"
1515

1616
[dependencies]
1717
anyhow = { version = "=1.0.98", default-features = false }
18-
aws-config = { version = "=1.6.2", default-features = false, features = ["rt-tokio", "behavior-version-latest", "default-https-client"] }
18+
aws-config = { version = "=1.6.3", default-features = false, features = ["rt-tokio", "behavior-version-latest", "default-https-client"] }
1919
aws-credential-types = { version = "=1.2.3", default-features = false }
2020
aws-smithy-runtime-api = { version = "=1.8.0", default-features = false, features = ["client"] }
2121
axum = { version = "=0.8.4", default-features = false, features = ["http1", "json", "tokio", "tracing"] }

0 commit comments

Comments
 (0)