Skip to content

Commit 81140cd

Browse files
dependabot[bot]pront
andauthoredMar 17, 2025
chore(deps): Bump the aws group with 2 updates (vectordotdev#22663)
* chore(deps): Bump the aws group with 2 updates Bumps the aws group with 2 updates: [aws-smithy-http](https://github.com/smithy-lang/smithy-rs) and [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs). Updates `aws-smithy-http` from 0.61.1 to 0.62.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) Updates `aws-smithy-runtime` from 1.7.8 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-http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-smithy-runtime dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <support@github.com> * dd-rust-license-tool write --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
1 parent b0cab4f commit 81140cd

File tree

3 files changed

+39
-20
lines changed

3 files changed

+39
-20
lines changed
 

‎Cargo.lock

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

‎Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,10 @@ aws-types = { version = "1.3.5", default-features = false, optional = true }
238238
aws-sigv4 = { version = "1.2.9", default-features = false, features = ["sign-http"], optional = true }
239239
aws-config = { version = "~1.0.1", default-features = false, features = ["behavior-version-latest", "credentials-process", "sso", "rt-tokio"], optional = true }
240240
aws-credential-types = { version = "1.2.1", default-features = false, features = ["hardcoded-credentials"], optional = true }
241-
aws-smithy-http = { version = "0.61", default-features = false, features = ["event-stream", "rt-tokio"], optional = true }
241+
aws-smithy-http = { version = "0.62", default-features = false, features = ["event-stream", "rt-tokio"], optional = true }
242242
aws-smithy-types = { version = "1.2.11", default-features = false, features = ["rt-tokio"], optional = true }
243243
aws-smithy-runtime-api = { version = "1.7.3", default-features = false, optional = true }
244-
aws-smithy-runtime = { version = "1.7.8", default-features = false, features = ["client", "connector-hyper-0-14-x", "rt-tokio"], optional = true }
244+
aws-smithy-runtime = { version = "1.8.0", default-features = false, features = ["client", "connector-hyper-0-14-x", "rt-tokio"], optional = true }
245245
aws-smithy-async = { version = "1.2.5", default-features = false, features = ["rt-tokio"], optional = true }
246246

247247
# Azure
@@ -417,7 +417,7 @@ openssl-src = { version = "300", default-features = false, features = ["force-en
417417
[dev-dependencies]
418418
approx = "0.5.1"
419419
assert_cmd = { version = "2.0.16", default-features = false }
420-
aws-smithy-runtime = { version = "1.7.8", default-features = false, features = ["tls-rustls"] }
420+
aws-smithy-runtime = { version = "1.8.0", default-features = false, features = ["tls-rustls"] }
421421
azure_core = { version = "0.21", default-features = false, features = ["enable_reqwest", "azurite_workaround"] }
422422
azure_identity = { version = "0.21", default-features = false, features = ["enable_reqwest"] }
423423
azure_storage_blobs = { version = "0.21", default-features = false, features = ["azurite_workaround"] }

‎LICENSE-3rdparty.csv

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ aws-smithy-async,https://github.com/smithy-lang/smithy-rs,Apache-2.0,"AWS Rust S
6969
aws-smithy-checksums,https://github.com/smithy-lang/smithy-rs,Apache-2.0,"AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Zelda Hessler <zhessler@amazon.com>"
7070
aws-smithy-eventstream,https://github.com/smithy-lang/smithy-rs,Apache-2.0,"AWS Rust SDK Team <aws-sdk-rust@amazon.com>, John DiSanti <jdisanti@amazon.com>"
7171
aws-smithy-http,https://github.com/smithy-lang/smithy-rs,Apache-2.0,"AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Russell Cohen <rcoh@amazon.com>"
72+
aws-smithy-http-client,https://github.com/smithy-lang/smithy-rs,Apache-2.0,AWS Rust SDK Team <aws-sdk-rust@amazon.com>
7273
aws-smithy-json,https://github.com/smithy-lang/smithy-rs,Apache-2.0,"AWS Rust SDK Team <aws-sdk-rust@amazon.com>, John DiSanti <jdisanti@amazon.com>"
7374
aws-smithy-query,https://github.com/smithy-lang/smithy-rs,Apache-2.0,"AWS Rust SDK Team <aws-sdk-rust@amazon.com>, John DiSanti <jdisanti@amazon.com>"
7475
aws-smithy-runtime,https://github.com/smithy-lang/smithy-rs,Apache-2.0,"AWS Rust SDK Team <aws-sdk-rust@amazon.com>, Zelda Hessler <zhessler@amazon.com>"

0 commit comments

Comments
 (0)
Please sign in to comment.