-
- Downloads
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 <lnj@amazon.com>
Showing
- .changelog/1742160441.md 11 additions, 0 deletions.changelog/1742160441.md
- .changelog/1742673776.md 12 additions, 0 deletions.changelog/1742673776.md
- .changelog/1742674486.md 11 additions, 0 deletions.changelog/1742674486.md
- .changelog/1742674773.md 10 additions, 0 deletions.changelog/1742674773.md
- aws/rust-runtime/Cargo.lock 4 additions, 9 deletionsaws/rust-runtime/Cargo.lock
- aws/rust-runtime/aws-config/Cargo.lock 0 additions, 4 deletionsaws/rust-runtime/aws-config/Cargo.lock
- aws/rust-runtime/aws-runtime/Cargo.toml 1 addition, 2 deletionsaws/rust-runtime/aws-runtime/Cargo.toml
- aws/rust-runtime/aws-runtime/src/user_agent/metrics.rs 3 additions, 3 deletionsaws/rust-runtime/aws-runtime/src/user_agent/metrics.rs
- aws/rust-runtime/aws-runtime/src/user_agent/test_util.rs 2 additions, 2 deletionsaws/rust-runtime/aws-runtime/src/user_agent/test_util.rs
- aws/rust-runtime/aws-sigv4/Cargo.toml 1 addition, 2 deletionsaws/rust-runtime/aws-sigv4/Cargo.toml
- aws/rust-runtime/aws-sigv4/src/sign/v4a.rs 2 additions, 2 deletionsaws/rust-runtime/aws-sigv4/src/sign/v4a.rs
- aws/sdk/benchmarks/previous-release-comparison/Cargo.lock 480 additions, 101 deletionsaws/sdk/benchmarks/previous-release-comparison/Cargo.lock
- aws/sdk/benchmarks/s3-express/Cargo.lock 457 additions, 55 deletionsaws/sdk/benchmarks/s3-express/Cargo.lock
- aws/sdk/benchmarks/sdk-perf/Cargo.lock 488 additions, 30 deletionsaws/sdk/benchmarks/sdk-perf/Cargo.lock
- aws/sdk/integration-tests/s3/Cargo.toml 0 additions, 1 deletionaws/sdk/integration-tests/s3/Cargo.toml
- rust-runtime/Cargo.lock 2 additions, 7 deletionsrust-runtime/Cargo.lock
- rust-runtime/aws-smithy-http-server/Cargo.toml 1 addition, 2 deletionsrust-runtime/aws-smithy-http-server/Cargo.toml
- rust-runtime/aws-smithy-http-server/src/protocol/rpc_v2_cbor/router.rs 4 additions, 3 deletions...aws-smithy-http-server/src/protocol/rpc_v2_cbor/router.rs
- rust-runtime/aws-smithy-http/Cargo.toml 1 addition, 2 deletionsrust-runtime/aws-smithy-http/Cargo.toml
- rust-runtime/aws-smithy-observability/Cargo.toml 1 addition, 2 deletionsrust-runtime/aws-smithy-observability/Cargo.toml
Loading
Please register or sign in to comment