Skip to content

Commit 4988c35

Browse files
[smithy-rs] Rollup of 2 commits
Includes commits: c91bc773 Remove `create-session-mode` header for internally used CreateSession API in S3 Express (#3992) 5e965d9e Run `cargo update` on the runtime lockfiles and the SDK lockfile (#3989) Co-authored-by: AWS SDK Rust Bot <[email protected]> Co-authored-by: ysaito1001 <[email protected]>
1 parent cf79fab commit 4988c35

File tree

501 files changed

+2659
-2666
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

501 files changed

+2659
-2666
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The SDK provides one crate per AWS service. You must add [Tokio](https://crates.
2424

2525
```toml
2626
[dependencies]
27-
aws-config = { version= "1.5.15", features = ["behavior-version-latest"] }
27+
aws-config = { version= "1.5.16", features = ["behavior-version-latest"] }
2828
aws-sdk-dynamodb = "1.64.0"
2929
tokio = { version = "1", features = ["full"] }
3030
```

examples/cross_service/detect_faces/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ edition = "2021"
66
publish = false
77

88
[dependencies]
9-
aws-config= { version = "1.5.15", path = "../../../sdk/aws-config" }
9+
aws-config= { version = "1.5.16", path = "../../../sdk/aws-config" }
1010
aws-sdk-rekognition= { version = "1.61.0", path = "../../../sdk/rekognition" }
1111
aws-sdk-s3= { version = "1.73.0", path = "../../../sdk/s3" }
12-
aws-smithy-types= { version = "1.2.12", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
12+
aws-smithy-types= { version = "1.2.13", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
1313

1414
[dependencies.tokio]
1515
version = "1.20.1"

examples/cross_service/detect_labels/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ publish = false
77

88
[dependencies]
99
kamadak-exif = "0.5.4"
10-
aws-config= { version = "1.5.15", path = "../../../sdk/aws-config" }
10+
aws-config= { version = "1.5.16", path = "../../../sdk/aws-config" }
1111
aws-sdk-dynamodb= { version = "1.64.0", path = "../../../sdk/dynamodb" }
1212
aws-sdk-rekognition= { version = "1.61.0", path = "../../../sdk/rekognition" }
1313
aws-sdk-s3= { version = "1.73.0", path = "../../../sdk/s3" }
14-
aws-smithy-types= { version = "1.2.12", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
15-
aws-types= { version = "1.3.4", path = "../../../sdk/aws-types" }
14+
aws-smithy-types= { version = "1.2.13", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
15+
aws-types= { version = "1.3.5", path = "../../../sdk/aws-types" }
1616

1717
[dependencies.tokio]
1818
version = "1.20.1"

examples/cross_service/photo_asset_management/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ streaming-zip = "0.5.0"
3030
tempfile = "3.5.0"
3131
tokio-stream = "0.1.12"
3232
tracing = "0.1.37"
33-
aws-config= { version = "1.5.15", path = "../../../sdk/aws-config" }
33+
aws-config= { version = "1.5.16", path = "../../../sdk/aws-config" }
3434
aws-sdk-dynamodb= { version = "1.64.0", path = "../../../sdk/dynamodb" }
3535
aws-sdk-rekognition= { version = "1.61.0", path = "../../../sdk/rekognition" }
3636
aws-sdk-s3= { version = "1.73.0", path = "../../../sdk/s3" }
3737
aws-sdk-sns= { version = "1.59.0", path = "../../../sdk/sns" }
38-
aws-smithy-runtime= { version = "1.7.7", path = "../../../sdk/aws-smithy-runtime" }
38+
aws-smithy-runtime= { version = "1.7.8", path = "../../../sdk/aws-smithy-runtime" }
3939
aws-smithy-types-convert= { version = "0.60.8", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }
4040

4141
[dependencies.aws_lambda_events]

examples/cross_service/photo_asset_management/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99

1010
[dependencies]
1111
tracing = "0.1.37"
12-
aws-config= { version = "1.5.15", path = "../../../../sdk/aws-config" }
12+
aws-config= { version = "1.5.16", path = "../../../../sdk/aws-config" }
1313
aws-sdk-dynamodb= { version = "1.64.0", path = "../../../../sdk/dynamodb" }
1414
aws-sdk-rekognition= { version = "1.61.0", path = "../../../../sdk/rekognition" }
1515

examples/cross_service/rest_ses/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ tracing-actix-web = "0.7.3"
2929
tracing-bunyan-formatter = "0.3.4"
3030
tracing-log = "0.1.3"
3131
xlsxwriter = "0.6.0"
32-
aws-config= { version = "1.5.15", path = "../../../sdk/aws-config" }
32+
aws-config= { version = "1.5.16", path = "../../../sdk/aws-config" }
3333
aws-sdk-cloudwatchlogs= { version = "1.69.0", path = "../../../sdk/cloudwatchlogs" }
3434
aws-sdk-rdsdata= { version = "1.59.0", path = "../../../sdk/rdsdata" }
3535
aws-sdk-ses= { version = "1.61.0", path = "../../../sdk/ses" }
36-
aws-smithy-types= { version = "1.2.12", path = "../../../sdk/aws-smithy-types" }
37-
aws-smithy-runtime= { version = "1.7.7", path = "../../../sdk/aws-smithy-runtime" }
36+
aws-smithy-types= { version = "1.2.13", path = "../../../sdk/aws-smithy-types" }
37+
aws-smithy-runtime= { version = "1.7.8", path = "../../../sdk/aws-smithy-runtime" }
3838

3939
[dependencies.chrono]
4040
version = "0.4.22"
@@ -69,7 +69,7 @@ features = ["v4", "serde"]
6969
once_cell = "1.15.0"
7070
rand = "0.8.5"
7171
wiremock = "0.5.15"
72-
aws-smithy-runtime= { version = "1.7.7", path = "../../../sdk/aws-smithy-runtime" }
72+
aws-smithy-runtime= { version = "1.7.8", path = "../../../sdk/aws-smithy-runtime" }
7373

7474
[dev-dependencies.fake]
7575
version = "2.5.0"

examples/cross_service/telephone/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ anyhow = "1"
1111
bytes = "1"
1212
reqwest = "0.11.4"
1313
serde_json = "1.0"
14-
aws-config= { version = "1.5.15", path = "../../../sdk/aws-config" }
14+
aws-config= { version = "1.5.16", path = "../../../sdk/aws-config" }
1515
aws-sdk-polly= { version = "1.60.0", path = "../../../sdk/polly" }
1616
aws-sdk-s3= { version = "1.73.0", path = "../../../sdk/s3" }
1717
aws-sdk-transcribe= { version = "1.60.0", path = "../../../sdk/transcribe" }
18-
aws-smithy-types= { version = "1.2.12", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
18+
aws-smithy-types= { version = "1.2.13", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
1919

2020
[dependencies.tokio]
2121
version = "1.20.1"

examples/examples/apigateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77

88
[dependencies]
99
thiserror = "1.0"
10-
aws-config= { version = "1.5.15", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
10+
aws-config= { version = "1.5.16", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1111
aws-sdk-apigateway= { version = "1.60.0", path = "../../../sdk/apigateway" }
1212
aws-smithy-types-convert= { version = "0.60.8", path = "../../../sdk/aws-smithy-types-convert", features = ["convert-chrono"] }
1313

examples/examples/apigatewaymanagement/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88

99
[dependencies]
1010
http = "0.2.5"
11-
aws-config= { version = "1.5.15", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
11+
aws-config= { version = "1.5.16", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1212
aws-sdk-apigatewaymanagement= { version = "1.58.0", path = "../../../sdk/apigatewaymanagement" }
1313

1414
[dependencies.tokio]

examples/examples/applicationautoscaling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
publish = false
88

99
[dependencies]
10-
aws-config= { version = "1.5.15", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
10+
aws-config= { version = "1.5.16", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1111
aws-sdk-applicationautoscaling= { version = "1.63.0", path = "../../../sdk/applicationautoscaling" }
1212

1313
[dependencies.tokio]

0 commit comments

Comments
 (0)