Skip to content

Commit ccea3a8

Browse files
[smithy-rs] Rollup of 4 commits
Includes commits: f648759e Fix library dependency issues (#3901) 80f6dd6c Run `cargo update` on the runtime lockfiles and the SDK lockfile (#3896) 01596768 Update changelog 2459167d Synchronize the SDK lockfile Co-authored-by: AWS SDK Rust Bot <[email protected]> Co-authored-by: AWS SDK Rust Bot <[email protected]> Co-authored-by: ysaito1001 <[email protected]>
1 parent 8a05038 commit ccea3a8

File tree

488 files changed

+2174
-1754
lines changed

Some content is hidden

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

488 files changed

+2174
-1754
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.9", features = ["behavior-version-latest"] }
27+
aws-config = { version= "1.5.10", features = ["behavior-version-latest"] }
2828
aws-sdk-dynamodb = "1.53.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.9", path = "../../../sdk/aws-config" }
9+
aws-config= { version = "1.5.10", path = "../../../sdk/aws-config" }
1010
aws-sdk-rekognition= { version = "1.52.0", path = "../../../sdk/rekognition" }
1111
aws-sdk-s3= { version = "1.60.0", path = "../../../sdk/s3" }
12-
aws-smithy-types= { version = "1.2.8", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
12+
aws-smithy-types= { version = "1.2.9", 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ publish = false
77

88
[dependencies]
99
kamadak-exif = "0.5.4"
10-
aws-config= { version = "1.5.9", path = "../../../sdk/aws-config" }
10+
aws-config= { version = "1.5.10", path = "../../../sdk/aws-config" }
1111
aws-sdk-dynamodb= { version = "1.53.0", path = "../../../sdk/dynamodb" }
1212
aws-sdk-rekognition= { version = "1.52.0", path = "../../../sdk/rekognition" }
1313
aws-sdk-s3= { version = "1.60.0", path = "../../../sdk/s3" }
14-
aws-smithy-types= { version = "1.2.8", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
14+
aws-smithy-types= { version = "1.2.9", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
1515
aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" }
1616

1717
[dependencies.tokio]

examples/cross_service/photo_asset_management/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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.9", path = "../../../sdk/aws-config" }
33+
aws-config= { version = "1.5.10", path = "../../../sdk/aws-config" }
3434
aws-sdk-dynamodb= { version = "1.53.0", path = "../../../sdk/dynamodb" }
3535
aws-sdk-rekognition= { version = "1.52.0", path = "../../../sdk/rekognition" }
3636
aws-sdk-s3= { version = "1.60.0", path = "../../../sdk/s3" }

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.9", path = "../../../../sdk/aws-config" }
12+
aws-config= { version = "1.5.10", path = "../../../../sdk/aws-config" }
1313
aws-sdk-dynamodb= { version = "1.53.0", path = "../../../../sdk/dynamodb" }
1414
aws-sdk-rekognition= { version = "1.52.0", path = "../../../../sdk/rekognition" }
1515

examples/cross_service/rest_ses/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ 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.9", path = "../../../sdk/aws-config" }
32+
aws-config= { version = "1.5.10", path = "../../../sdk/aws-config" }
3333
aws-sdk-cloudwatchlogs= { version = "1.57.0", path = "../../../sdk/cloudwatchlogs" }
3434
aws-sdk-rdsdata= { version = "1.49.0", path = "../../../sdk/rdsdata" }
3535
aws-sdk-ses= { version = "1.51.0", path = "../../../sdk/ses" }
36-
aws-smithy-types= { version = "1.2.8", path = "../../../sdk/aws-smithy-types" }
36+
aws-smithy-types= { version = "1.2.9", path = "../../../sdk/aws-smithy-types" }
3737
aws-smithy-runtime= { version = "1.7.3", path = "../../../sdk/aws-smithy-runtime" }
3838

3939
[dependencies.chrono]

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.9", path = "../../../sdk/aws-config" }
14+
aws-config= { version = "1.5.10", path = "../../../sdk/aws-config" }
1515
aws-sdk-polly= { version = "1.51.0", path = "../../../sdk/polly" }
1616
aws-sdk-s3= { version = "1.60.0", path = "../../../sdk/s3" }
1717
aws-sdk-transcribe= { version = "1.50.0", path = "../../../sdk/transcribe" }
18-
aws-smithy-types= { version = "1.2.8", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }
18+
aws-smithy-types= { version = "1.2.9", 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.9", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
10+
aws-config= { version = "1.5.10", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1111
aws-sdk-apigateway= { version = "1.50.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.9", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
11+
aws-config= { version = "1.5.10", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1212
aws-sdk-apigatewaymanagement= { version = "1.49.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.9", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
10+
aws-config= { version = "1.5.10", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1111
aws-sdk-applicationautoscaling= { version = "1.53.0", path = "../../../sdk/applicationautoscaling" }
1212

1313
[dependencies.tokio]

0 commit comments

Comments
 (0)