Skip to content

Commit 6b29197

Browse files
aws-sdk-rust-ci82marbagjdisantircohZelda Hessler
committed
[smithy-rs] Rollup of 8 commits
Includes commits: a9b9cbab Add new MRAP test to S3 canary (#3109) 7a307666 Test decorators in server tests (#3107) cc303ab1 fix Publisher Workflow to successfully create new branches (#3117) b56d3484 Upgrade the smithy-rs runtime crates version to 0.57.0 20a89c21 Update changelog f0929e74 Allow server decorators to inject methods on config (#3111) 1ae4d194 Upgrade ring to 0.17.5 (#3116) 53d9bbc0 Update smoketest models (#3119) Co-authored-by: 82marbag <[email protected]> Co-authored-by: AWS SDK Rust Bot <[email protected]> Co-authored-by: John DiSanti <[email protected]> Co-authored-by: Russell Cohen <[email protected]> Co-authored-by: Zelda Hessler <[email protected]> Co-authored-by: david-perez <[email protected]>
1 parent d212f8d commit 6b29197

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

sdk/aws-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ optional = true
9696
version = "0.35.0"
9797

9898
[dependencies.ring]
99-
version = "0.16"
99+
version = "0.17.5"
100100
optional = true
101101

102102
[dependencies.hex]

sdk/aws-sigv4/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ version = "2.1"
7979
optional = true
8080

8181
[dependencies.ring]
82-
version = "0.16"
82+
version = "0.17.5"
8383
optional = true
8484

8585
[dependencies.zeroize]
@@ -112,4 +112,4 @@ version = "0.56.1"
112112
version = "0.3.5"
113113
features = ["parsing"]
114114
[target."cfg(not(any(target_arch = \"powerpc\", target_arch = \"powerpc64\")))".dev-dependencies]
115-
ring = "0.16"
115+
ring = "0.17.5"

sdk/aws-smithy-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ features = ["rustls-native-certs", "http2"]
7070
optional = true
7171

7272
[dependencies.rustls]
73-
version = "0.21.1"
73+
version = "0.21.8"
7474
optional = true
7575

7676
[dependencies.serde]

sdk/glacier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ version = "0.2.9"
7272
version = "1.5.5"
7373

7474
[dependencies.ring]
75-
version = "0.16.0"
75+
version = "0.17.5"
7676

7777
[dependencies.tracing]
7878
version = "0.1"

versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
smithy_rs_revision = 'b6841826af9d15a934dec637cd102cb8863f9e57'
1+
smithy_rs_revision = '53d9bbc03cf5e287ff1fc9aa88f521ea4eaed410'
22
aws_doc_sdk_examples_revision = 'dc64af92d9c1780e628ab8b9f665e0490dfad6c8'
33

44
[manual_interventions]
55
crates_to_remove = []
66
[crates.aws-config]
77
category = 'AwsRuntime'
88
version = '0.56.1'
9-
source_hash = 'f5204fbeb9f7f774ab4230174a7e4de59ffeae80f224d26442c25d9c65bf0b50'
9+
source_hash = '86ab7911408278c76727321791c920a9593db0f694529bb39eb7cf46e53de813'
1010

1111
[crates.aws-credential-types]
1212
category = 'AwsRuntime'
@@ -863,7 +863,7 @@ model_hash = '27b0e1433b7fbb9ae1617110bcfceb5dd1de40a095072b804917977d0045b00c'
863863
[crates.aws-sdk-glacier]
864864
category = 'AwsSdk'
865865
version = '0.35.0'
866-
source_hash = '988fae19a57f77ef46cb2d85defc7ee707bb046671de5e812516a74808ab8277'
866+
source_hash = '5c4eb353f1b3e71462d34ba26ef1cfe1fe13bd35be21f9c666c71d75aecad6c5'
867867
model_hash = 'dca44bc00b97fbb20fbb7412538d6aa5f7ff23a66ea8ff12693cdd6c869ce299'
868868

869869
[crates.aws-sdk-globalaccelerator]
@@ -2182,7 +2182,7 @@ source_hash = 'ba69fe9711faf08f0d4d06cabeb63ebb5014b31d83e6858072be23e2660ae508'
21822182
[crates.aws-sigv4]
21832183
category = 'AwsRuntime'
21842184
version = '0.56.1'
2185-
source_hash = '30e236c788d73b3c23f90cef42d1b47ab57fe073edacd4e9c7f6939580887375'
2185+
source_hash = '0a31da83a7a91234f69ba545d483165fc279cf2d18c113bfad24ad3c475f6d2f'
21862186

21872187
[crates.aws-smithy-async]
21882188
category = 'SmithyRuntime'
@@ -2252,7 +2252,7 @@ source_hash = '61b93c1d6bd65152917a336add1676ecdd2ce460556dd53775b8df30c451656b'
22522252
[crates.aws-smithy-runtime]
22532253
category = 'SmithyRuntime'
22542254
version = '0.56.1'
2255-
source_hash = '83155e2ce0ee9d8fdab716ec13e4d012d5d60c52eab1b914fbaacecdea30fcb4'
2255+
source_hash = '5f210d744c8d4dade72e0a11173575b5e3cd1ca013a1d9757e8e57bd03c2bed0'
22562256

22572257
[crates.aws-smithy-runtime-api]
22582258
category = 'SmithyRuntime'

0 commit comments

Comments
 (0)