Skip to content

Commit 0607d06

Browse files
FalkWoldmannlandonxjames
authored andcommitted
[smithy-rs] Replace once_cell with std::sync::LazyLock in aws-sigv4 (#4050)
## 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 --> Replaces an external dependency with functionality provided by `std` ## Description <!--- Describe your changes in detail --> ## 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 --> - [x] 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._ --------- Co-authored-by: Landon James <[email protected]>
1 parent 1b5a5c2 commit 0607d06

File tree

423 files changed

+1293
-1298
lines changed

Some content is hidden

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

423 files changed

+1293
-1298
lines changed

examples/examples/ses/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ anyhow = "1.0.81"
1111
tracing = "0.1.40"
1212
tmpfile = "0.0.2"
1313
open = "5.1.2"
14-
aws-smithy-http= { version = "0.62.0", path = "../../../sdk/aws-smithy-http" }
14+
aws-smithy-http= { version = "0.62.1", path = "../../../sdk/aws-smithy-http" }
1515
aws-smithy-mocks-experimental= { version = "0.2.3", path = "../../../sdk/aws-smithy-mocks-experimental" }
1616
aws-config= { version = "1.6.1", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1717
aws-sdk-sesv2= { version = "1.75.0", path = "../../../sdk/sesv2", features = ["test-util"] }

sdk/accessanalyzer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ version = "1.2.2"
2020

2121
[dependencies.aws-runtime]
2222
path = "../aws-runtime"
23-
version = "1.5.6"
23+
version = "1.5.7"
2424

2525
[dependencies.aws-smithy-async]
2626
path = "../aws-smithy-async"
2727
version = "1.2.5"
2828

2929
[dependencies.aws-smithy-http]
3030
path = "../aws-smithy-http"
31-
version = "0.62.0"
31+
version = "0.62.1"
3232

3333
[dependencies.aws-smithy-json]
3434
path = "../aws-smithy-json"

sdk/account/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ version = "1.2.2"
2020

2121
[dependencies.aws-runtime]
2222
path = "../aws-runtime"
23-
version = "1.5.6"
23+
version = "1.5.7"
2424

2525
[dependencies.aws-smithy-async]
2626
path = "../aws-smithy-async"
2727
version = "1.2.5"
2828

2929
[dependencies.aws-smithy-http]
3030
path = "../aws-smithy-http"
31-
version = "0.62.0"
31+
version = "0.62.1"
3232

3333
[dependencies.aws-smithy-json]
3434
path = "../aws-smithy-json"

sdk/acm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ version = "1.2.2"
2020

2121
[dependencies.aws-runtime]
2222
path = "../aws-runtime"
23-
version = "1.5.6"
23+
version = "1.5.7"
2424

2525
[dependencies.aws-smithy-async]
2626
path = "../aws-smithy-async"
2727
version = "1.2.5"
2828

2929
[dependencies.aws-smithy-http]
3030
path = "../aws-smithy-http"
31-
version = "0.62.0"
31+
version = "0.62.1"
3232

3333
[dependencies.aws-smithy-json]
3434
path = "../aws-smithy-json"

sdk/acmpca/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ version = "1.2.2"
2020

2121
[dependencies.aws-runtime]
2222
path = "../aws-runtime"
23-
version = "1.5.6"
23+
version = "1.5.7"
2424

2525
[dependencies.aws-smithy-async]
2626
path = "../aws-smithy-async"
2727
version = "1.2.5"
2828

2929
[dependencies.aws-smithy-http]
3030
path = "../aws-smithy-http"
31-
version = "0.62.0"
31+
version = "0.62.1"
3232

3333
[dependencies.aws-smithy-json]
3434
path = "../aws-smithy-json"

sdk/amp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ version = "1.2.2"
2020

2121
[dependencies.aws-runtime]
2222
path = "../aws-runtime"
23-
version = "1.5.6"
23+
version = "1.5.7"
2424

2525
[dependencies.aws-smithy-async]
2626
path = "../aws-smithy-async"
2727
version = "1.2.5"
2828

2929
[dependencies.aws-smithy-http]
3030
path = "../aws-smithy-http"
31-
version = "0.62.0"
31+
version = "0.62.1"
3232

3333
[dependencies.aws-smithy-json]
3434
path = "../aws-smithy-json"

sdk/amplify/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ version = "1.2.2"
2020

2121
[dependencies.aws-runtime]
2222
path = "../aws-runtime"
23-
version = "1.5.6"
23+
version = "1.5.7"
2424

2525
[dependencies.aws-smithy-async]
2626
path = "../aws-smithy-async"
2727
version = "1.2.5"
2828

2929
[dependencies.aws-smithy-http]
3030
path = "../aws-smithy-http"
31-
version = "0.62.0"
31+
version = "0.62.1"
3232

3333
[dependencies.aws-smithy-json]
3434
path = "../aws-smithy-json"

sdk/amplifybackend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ version = "1.2.2"
2020

2121
[dependencies.aws-runtime]
2222
path = "../aws-runtime"
23-
version = "1.5.6"
23+
version = "1.5.7"
2424

2525
[dependencies.aws-smithy-async]
2626
path = "../aws-smithy-async"
2727
version = "1.2.5"
2828

2929
[dependencies.aws-smithy-http]
3030
path = "../aws-smithy-http"
31-
version = "0.62.0"
31+
version = "0.62.1"
3232

3333
[dependencies.aws-smithy-json]
3434
path = "../aws-smithy-json"

sdk/amplifyuibuilder/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ version = "1.2.2"
2020

2121
[dependencies.aws-runtime]
2222
path = "../aws-runtime"
23-
version = "1.5.6"
23+
version = "1.5.7"
2424

2525
[dependencies.aws-smithy-async]
2626
path = "../aws-smithy-async"
2727
version = "1.2.5"
2828

2929
[dependencies.aws-smithy-http]
3030
path = "../aws-smithy-http"
31-
version = "0.62.0"
31+
version = "0.62.1"
3232

3333
[dependencies.aws-smithy-json]
3434
path = "../aws-smithy-json"

sdk/apigateway/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ version = "1.2.2"
2020

2121
[dependencies.aws-runtime]
2222
path = "../aws-runtime"
23-
version = "1.5.6"
23+
version = "1.5.7"
2424

2525
[dependencies.aws-smithy-async]
2626
path = "../aws-smithy-async"
2727
version = "1.2.5"
2828

2929
[dependencies.aws-smithy-http]
3030
path = "../aws-smithy-http"
31-
version = "0.62.0"
31+
version = "0.62.1"
3232

3333
[dependencies.aws-smithy-json]
3434
path = "../aws-smithy-json"

0 commit comments

Comments
 (0)