Skip to content

Commit 363d85f

Browse files
aws-sdk-rust-cidtolnaydrganjooZelda Hessler
committed
[smithy-rs] Rollup of 4 commits
Includes commits: 1ee932f7 Destroy history of github-pages branch (#3783) 191103c5 Delete nonprintable characters from aws-smithy-checksums test (#3778) f7961701 Add missing imports for `kotlin.streams.toList` (#3773) 433e1a00 Improve HTTP header errors (#3779) Co-authored-by: David Tolnay <[email protected]> Co-authored-by: Fahad Zubair <[email protected]> Co-authored-by: Zelda Hessler <[email protected]>
1 parent 6bf64f6 commit 363d85f

File tree

411 files changed

+984
-873
lines changed

Some content is hidden

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

411 files changed

+984
-873
lines changed

examples/examples/aurora/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ secrecy = "0.8.0"
1515
tracing = "0.1.37"
1616
aws-config= { version = "1.5.5", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1717
aws-smithy-types= { version = "1.2.0", path = "../../../sdk/aws-smithy-types" }
18-
aws-smithy-runtime-api= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime-api" }
18+
aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" }
1919
aws-sdk-rds= { version = "1.48.0", path = "../../../sdk/rds" }
2020

2121
[dependencies.phf]

examples/examples/bedrock-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tracing = "0.1.40"
1313
tracing-subscriber = "0.3.18"
1414
aws-config= { version = "1.5.5", path = "../../../sdk/aws-config" }
1515
aws-sdk-bedrockruntime= { version = "1.43.0", path = "../../../sdk/bedrockruntime" }
16-
aws-smithy-runtime-api= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime-api" }
16+
aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" }
1717
aws-smithy-types= { version = "1.2.0", path = "../../../sdk/aws-smithy-types" }
1818

1919
[dependencies.tokio]

examples/examples/ec2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tracing = "0.1.40"
1111
mockall = "0.13.0"
1212
inquire = "0.7.5"
1313
reqwest = "0.12.5"
14-
aws-smithy-runtime-api= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime-api" }
14+
aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" }
1515
aws-sdk-ssm= { version = "1.42.0", path = "../../../sdk/ssm" }
1616
aws-smithy-async= { version = "1.2.1", path = "../../../sdk/aws-smithy-async" }
1717
aws-config= { version = "1.5.5", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }

examples/examples/rds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mockall = "0.11.4"
1515
secrecy = "0.8.0"
1616
tracing = "0.1.37"
1717
aws-config= { version = "1.5.5", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
18-
aws-smithy-runtime-api= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime-api" }
18+
aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api" }
1919
aws-sdk-rds= { version = "1.48.0", path = "../../../sdk/rds" }
2020

2121
[dependencies.clap]

examples/examples/s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ serde_json = "1"
3333
aws-config= { version = "1.5.5", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
3434
aws-sdk-s3= { version = "1.43.0", path = "../../../sdk/s3", features = ["rt-tokio"] }
3535
aws-smithy-runtime= { version = "1.6.2", path = "../../../sdk/aws-smithy-runtime" }
36-
aws-smithy-runtime-api= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime-api", features = ["client"] }
36+
aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api", features = ["client"] }
3737
aws-smithy-types= { version = "1.2.0", path = "../../../sdk/aws-smithy-types", features = ["http-body-0-4-x"] }
3838

3939
[dependencies.sdk-examples-test-utils]

examples/examples/testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ aws-credential-types= { version = "1.2.0", path = "../../../sdk/aws-credential-t
2020
aws-sdk-s3= { version = "1.43.0", path = "../../../sdk/s3" }
2121
aws-smithy-types= { version = "1.2.0", path = "../../../sdk/aws-smithy-types" }
2222
aws-smithy-runtime= { version = "1.6.2", path = "../../../sdk/aws-smithy-runtime", features = ["test-util"] }
23-
aws-smithy-runtime-api= { version = "1.7.1", path = "../../../sdk/aws-smithy-runtime-api", features = ["test-util"] }
23+
aws-smithy-runtime-api= { version = "1.7.2", path = "../../../sdk/aws-smithy-runtime-api", features = ["test-util"] }
2424
aws-types= { version = "1.3.3", path = "../../../sdk/aws-types" }
2525

2626
[dependencies.clap]

examples/webassembly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ aws-config= { version = "1.5.5", path = "../../sdk/aws-config", default-features
2626
aws-credential-types= { version = "1.2.0", path = "../../sdk/aws-credential-types", features = ["hardcoded-credentials"] }
2727
aws-sdk-lambda= { version = "1.38.0", path = "../../sdk/lambda", default-features = false }
2828
aws-smithy-async= { version = "1.2.1", path = "../../sdk/aws-smithy-async" }
29-
aws-smithy-runtime-api= { version = "1.7.1", path = "../../sdk/aws-smithy-runtime-api" }
29+
aws-smithy-runtime-api= { version = "1.7.2", path = "../../sdk/aws-smithy-runtime-api" }
3030
aws-smithy-types= { version = "1.2.0", path = "../../sdk/aws-smithy-types" }
3131

3232
[dependencies.serde]

sdk/accessanalyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ version = "1.6.2"
4242
[dependencies.aws-smithy-runtime-api]
4343
path = "../aws-smithy-runtime-api"
4444
features = ["client", "http-02x"]
45-
version = "1.7.1"
45+
version = "1.7.2"
4646

4747
[dependencies.aws-smithy-types]
4848
path = "../aws-smithy-types"

sdk/account/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ version = "1.6.2"
4242
[dependencies.aws-smithy-runtime-api]
4343
path = "../aws-smithy-runtime-api"
4444
features = ["client", "http-02x"]
45-
version = "1.7.1"
45+
version = "1.7.2"
4646

4747
[dependencies.aws-smithy-types]
4848
path = "../aws-smithy-types"

sdk/acm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ version = "1.6.2"
4242
[dependencies.aws-smithy-runtime-api]
4343
path = "../aws-smithy-runtime-api"
4444
features = ["client", "http-02x"]
45-
version = "1.7.1"
45+
version = "1.7.2"
4646

4747
[dependencies.aws-smithy-types]
4848
path = "../aws-smithy-types"

0 commit comments

Comments
 (0)