smithy-rs/rust-runtime
FalkWoldmann 854efecef7
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>
2025-03-31 14:45:35 -07:00
..
aws-smithy-async change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
aws-smithy-cbor Add support for customizing union variants in JSON/CBOR serialization/de-serialization (#3970) 2025-01-22 16:00:14 +00:00
aws-smithy-checksums change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
aws-smithy-client Independently version deprecated runtime crates (#3364) 2024-01-16 18:36:30 +00:00
aws-smithy-compression change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
aws-smithy-eventstream change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
aws-smithy-experimental change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
aws-smithy-fuzz Fuzz impl v2 (#3881) 2025-02-13 13:07:32 +00:00
aws-smithy-http Replace `once_cell` with `std::sync::LazyLock` in `aws-sigv4` (#4050) 2025-03-31 14:45:35 -07:00
aws-smithy-http-auth Independently version deprecated runtime crates (#3364) 2024-01-16 18:36:30 +00:00
aws-smithy-http-client Log actual recorded events on panic in `match_events!` (#4069) 2025-03-27 15:09:44 +00:00
aws-smithy-http-server Replace `once_cell` with `std::sync::LazyLock` in `aws-sigv4` (#4050) 2025-03-31 14:45:35 -07:00
aws-smithy-http-server-python Bump server crate versions (#4071) 2025-03-27 15:04:57 +00:00
aws-smithy-http-server-typescript Independently version all runtime crates (#3448) 2024-02-28 22:35:28 +00:00
aws-smithy-http-tower Independently version deprecated runtime crates (#3364) 2024-01-16 18:36:30 +00:00
aws-smithy-json change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
aws-smithy-mocks-experimental Fix mock_client macro (#4013) 2025-02-13 19:58:26 +00:00
aws-smithy-observability Replace `once_cell` with `std::sync::LazyLock` in `aws-sigv4` (#4050) 2025-03-31 14:45:35 -07:00
aws-smithy-observability-otel Add `aws-smithy-observability` and `aws-smithy-observability-otel` crates (#4003) 2025-02-14 20:50:08 +00:00
aws-smithy-protocol-test change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
aws-smithy-query Independently version all runtime crates (#3448) 2024-02-28 22:35:28 +00:00
aws-smithy-runtime Replace `once_cell` with `std::sync::LazyLock` in `aws-sigv4` (#4050) 2025-03-31 14:45:35 -07:00
aws-smithy-runtime-api change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
aws-smithy-types change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
aws-smithy-types-convert change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
aws-smithy-wasm change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
aws-smithy-xml Update lockfiles (#3821) 2024-09-06 17:57:59 +00:00
inlineable Replace `once_cell` with `std::sync::LazyLock` in `aws-sigv4` (#4050) 2025-03-31 14:45:35 -07:00
.gitignore Adding new gradle tasks for generating Cargo.lock (#3689) 2024-06-16 02:59:53 +00:00
Cargo.lock Replace `once_cell` with `std::sync::LazyLock` in `aws-sigv4` (#4050) 2025-03-31 14:45:35 -07:00
Cargo.toml change default HTTPS client to hyper1 (#4040) 2025-03-10 13:48:22 +00:00
build.gradle.kts Fix the build against JDK 20 (#3323) 2023-12-15 16:18:36 +00:00
clippy.toml Add clippy.toml with forbidden methods & fix SystemTime usages (#2882) 2023-07-28 17:16:44 +00:00