Skip to content

Commit e225d92

Browse files
ryota-sakamotolandonxjames
authored andcommitted
[smithy-rs] chore: update url version to v2.5.4 (#3940)
## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> `idna` 0.5.0 which `url` depends on has CVE-2024-12224 so we need to update the crate to v2.5.4. https://rustsec.org/advisories/RUSTSEC-2024-0421 ## Description <!--- Describe your changes in detail --> This PR is to update the crate on aws-config, aws-inlineable and inlineable. Because all of them has dependency explicitly. Also I updated Cargo.toml and run `cargo build` on each of them to generate Cargo.lock. ## Testing <!--- Please describe in detail how you tested your changes --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## Checklist <!--- If a checkbox below is not applicable, then please DELETE it rather than leaving it unchecked --> - [ ] For changes to the smithy-rs codegen or runtime crates, I have created a changelog entry Markdown file in the `.changelog` directory, specifying "client," "server," or both in the `applies_to` key. - [ ] For changes to the AWS SDK, generated SDK code, or SDK runtime crates, I have created a changelog entry Markdown file in the `.changelog` directory, specifying "aws-sdk-rust" in the `applies_to` key. ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ --------- Signed-off-by: Ryota Sakamoto <[email protected]> Co-authored-by: Landon James <[email protected]>
1 parent b0ab357 commit e225d92

File tree

474 files changed

+880
-879
lines changed

Some content is hidden

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

474 files changed

+880
-879
lines changed

README.md

Lines changed: 1 addition & 1 deletion

examples/cross_service/detect_faces/Cargo.toml

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

88
[dependencies]
9-
aws-config= { version = "1.5.11", path = "../../../sdk/aws-config" }
9+
aws-config= { version = "1.5.12", path = "../../../sdk/aws-config" }
1010
aws-sdk-rekognition= { version = "1.55.0", path = "../../../sdk/rekognition" }
1111
aws-sdk-s3= { version = "1.67.0", path = "../../../sdk/s3" }
1212
aws-smithy-types= { version = "1.2.11", path = "../../../sdk/aws-smithy-types", features = ["rt-tokio"] }

examples/cross_service/detect_labels/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
kamadak-exif = "0.5.4"
10-
aws-config= { version = "1.5.11", path = "../../../sdk/aws-config" }
10+
aws-config= { version = "1.5.12", path = "../../../sdk/aws-config" }
1111
aws-sdk-dynamodb= { version = "1.57.0", path = "../../../sdk/dynamodb" }
1212
aws-sdk-rekognition= { version = "1.55.0", path = "../../../sdk/rekognition" }
1313
aws-sdk-s3= { version = "1.67.0", path = "../../../sdk/s3" }

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.11", path = "../../../sdk/aws-config" }
33+
aws-config= { version = "1.5.12", path = "../../../sdk/aws-config" }
3434
aws-sdk-dynamodb= { version = "1.57.0", path = "../../../sdk/dynamodb" }
3535
aws-sdk-rekognition= { version = "1.55.0", path = "../../../sdk/rekognition" }
3636
aws-sdk-s3= { version = "1.67.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.11", path = "../../../../sdk/aws-config" }
12+
aws-config= { version = "1.5.12", path = "../../../../sdk/aws-config" }
1313
aws-sdk-dynamodb= { version = "1.57.0", path = "../../../../sdk/dynamodb" }
1414
aws-sdk-rekognition= { version = "1.55.0", path = "../../../../sdk/rekognition" }
1515

examples/cross_service/rest_ses/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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.11", path = "../../../sdk/aws-config" }
32+
aws-config= { version = "1.5.12", path = "../../../sdk/aws-config" }
3333
aws-sdk-cloudwatchlogs= { version = "1.63.0", path = "../../../sdk/cloudwatchlogs" }
3434
aws-sdk-rdsdata= { version = "1.53.0", path = "../../../sdk/rdsdata" }
3535
aws-sdk-ses= { version = "1.55.0", path = "../../../sdk/ses" }

examples/cross_service/telephone/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ anyhow = "1"
1111
bytes = "1"
1212
reqwest = "0.11.4"
1313
serde_json = "1.0"
14-
aws-config= { version = "1.5.11", path = "../../../sdk/aws-config" }
14+
aws-config= { version = "1.5.12", path = "../../../sdk/aws-config" }
1515
aws-sdk-polly= { version = "1.54.0", path = "../../../sdk/polly" }
1616
aws-sdk-s3= { version = "1.67.0", path = "../../../sdk/s3" }
1717
aws-sdk-transcribe= { version = "1.53.0", path = "../../../sdk/transcribe" }

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.11", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
10+
aws-config= { version = "1.5.12", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1111
aws-sdk-apigateway= { version = "1.54.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.11", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
11+
aws-config= { version = "1.5.12", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1212
aws-sdk-apigatewaymanagement= { version = "1.52.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.11", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
10+
aws-config= { version = "1.5.12", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1111
aws-sdk-applicationautoscaling= { version = "1.57.0", path = "../../../sdk/applicationautoscaling" }
1212

1313
[dependencies.tokio]

0 commit comments

Comments
 (0)