Skip to content

Commit

Permalink
[smithy-rs] Rollup of 3 commits
Browse files Browse the repository at this point in the history
Includes commits:
  1e803494 Make `TransferredBytes` be the top of the list in `BinLabel` (#3871)
  e420b9b6 Update changelog
  1a438ca7 Synchronize the SDK lockfile

Co-authored-by: AWS SDK Rust Bot <[email protected]>
Co-authored-by: ysaito1001 <[email protected]>
  • Loading branch information
aws-sdk-rust-ci and ysaito1001 committed Oct 10, 2024
1 parent 1db8c3d commit bcbec4f
Show file tree
Hide file tree
Showing 402 changed files with 851 additions and 821 deletions.
2 changes: 1 addition & 1 deletion examples/cross_service/photo_asset_management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ aws-sdk-dynamodb= { version = "1.50.0", path = "../../../sdk/dynamodb" }
aws-sdk-rekognition= { version = "1.49.0", path = "../../../sdk/rekognition" }
aws-sdk-s3= { version = "1.55.0", path = "../../../sdk/s3" }
aws-sdk-sns= { version = "1.47.0", path = "../../../sdk/sns" }
aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime" }
aws-smithy-runtime= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime" }
aws-smithy-types-convert= { version = "0.60.8", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }

[dependencies.aws_lambda_events]
Expand Down
4 changes: 2 additions & 2 deletions examples/cross_service/rest_ses/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ aws-sdk-cloudwatchlogs= { version = "1.52.0", path = "../../../sdk/cloudwatchlog
aws-sdk-rdsdata= { version = "1.46.0", path = "../../../sdk/rdsdata" }
aws-sdk-ses= { version = "1.48.0", path = "../../../sdk/ses" }
aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" }
aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime" }
aws-smithy-runtime= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime" }

[dependencies.chrono]
version = "0.4.22"
Expand Down Expand Up @@ -69,7 +69,7 @@ features = ["v4", "serde"]
once_cell = "1.15.0"
rand = "0.8.5"
wiremock = "0.5.15"
aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime" }
aws-smithy-runtime= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime" }

[dev-dependencies.fake]
version = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/examples/custom-root-certificates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
rustls = "0.21.9"
aws-config= { version = "1.5.8", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-sdk-s3= { version = "1.55.0", path = "../../../sdk/s3", default-features = false }
aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime", features = ["tls-rustls"] }
aws-smithy-runtime= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime", features = ["tls-rustls"] }

[dependencies.tokio]
version = "1.21.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/examples/dynamodb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tracing = "0.1"
aws-config= { version = "1.5.8", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-http= { version = "0.60.6", path = "../../../sdk/aws-http" }
aws-sdk-dynamodb= { version = "1.50.0", path = "../../../sdk/dynamodb" }
aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime", features = ["test-util"] }
aws-smithy-runtime= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime", features = ["test-util"] }
aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" }

[dependencies.clap]
Expand Down
2 changes: 1 addition & 1 deletion examples/examples/s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_json = "1"
chrono = "0.4.38"
aws-config= { version = "1.5.8", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-sdk-s3= { version = "1.55.0", path = "../../../sdk/s3", features = ["rt-tokio"] }
aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime" }
aws-smithy-runtime= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime" }
aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api", features = ["client"] }
aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types", features = ["http-body-0-4-x"] }

Expand Down
2 changes: 1 addition & 1 deletion examples/examples/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aws-config= { version = "1.5.8", path = "../../../sdk/aws-config", features = ["
aws-credential-types= { version = "1.2.1", path = "../../../sdk/aws-credential-types", features = ["hardcoded-credentials"] }
aws-sdk-s3= { version = "1.55.0", path = "../../../sdk/s3" }
aws-smithy-types= { version = "1.2.7", path = "../../../sdk/aws-smithy-types" }
aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime", features = ["test-util"] }
aws-smithy-runtime= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime", features = ["test-util"] }
aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api", features = ["test-util"] }
aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" }

Expand Down
2 changes: 1 addition & 1 deletion examples/examples/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"
webpki-roots = "0.22.4"
rustls = "0.20.6"
aws-config= { version = "1.5.8", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
aws-smithy-runtime= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime" }
aws-smithy-runtime= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime" }
aws-sdk-kms= { version = "1.47.0", path = "../../../sdk/kms", default-features = false }

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion examples/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ http = "0.2"
tokio = "1.33.0"
aws-config= { version = "1.5.8", path = "../../sdk/aws-config" }
aws-smithy-types= { version = "1.2.7", path = "../../sdk/aws-smithy-types" }
aws-smithy-runtime= { version = "1.7.1", path = "../../sdk/aws-smithy-runtime", features = ["test-util"] }
aws-smithy-runtime= { version = "1.7.2", path = "../../sdk/aws-smithy-runtime", features = ["test-util"] }
aws-types= { version = "1.3.3", path = "../../sdk/aws-types" }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion sdk/accessanalyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/acm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/acmpca/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/amp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/amplify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/amplifybackend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/amplifyuibuilder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/apigateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/apigatewaymanagement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/apigatewayv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/appconfig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/appconfigdata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/appfabric/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/appflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/appintegrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/applicationautoscaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/applicationcostprofiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/applicationdiscovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/applicationinsights/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/applicationsignals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/appmesh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/apprunner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/appstream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/appsync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/apptest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/arczonalshift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/artifact/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/athena/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/auditmanager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/autoscaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/autoscalingplans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
4 changes: 2 additions & 2 deletions sdk/aws-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ version = "0.60.7"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down Expand Up @@ -119,7 +119,7 @@ serde_json = "1"
[dev-dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client", "connector-hyper-0-14-x", "test-util"]
version = "1.7.1"
version = "1.7.2"

[dev-dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
2 changes: 1 addition & 1 deletion sdk/aws-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ version = "0.60.11"
[dependencies.aws-smithy-runtime]
path = "../aws-smithy-runtime"
features = ["client"]
version = "1.7.1"
version = "1.7.2"

[dependencies.aws-smithy-runtime-api]
path = "../aws-smithy-runtime-api"
Expand Down
Loading

0 comments on commit bcbec4f

Please sign in to comment.