Skip to content

Commit ae94174

Browse files
chore(deps): bump aws-smithy-runtime-api in the cargo-dependencies group
Bumps the cargo-dependencies group with 1 update: [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs). Updates `aws-smithy-runtime-api` from 1.7.4 to 1.8.0 - [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-smithy-runtime-api dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 88edde7 commit ae94174

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -17,7 +17,7 @@ path = "src/main.rs"
1717
anyhow = { version = "=1.0.98", default-features = false }
1818
aws-config = { version = "=1.6.1", default-features = false, features = ["rt-tokio", "behavior-version-latest", "default-https-client"] }
1919
aws-credential-types = { version = "=1.2.2", default-features = false }
20-
aws-smithy-runtime-api = { version = "=1.7.4", default-features = false, features = ["client"] }
20+
aws-smithy-runtime-api = { version = "=1.8.0", default-features = false, features = ["client"] }
2121
axum = { version = "=0.8.3", default-features = false, features = ["http1", "json", "tokio", "tracing"] }
2222
byteorder = { version = "=1.5.0", default-features = false }
2323
clap = { version = "=4.5.37", default-features = false, features = ["std", "derive", "env"] }

0 commit comments

Comments
 (0)