-
- Downloads
Update lockfiles (#3821)
## Description This PR updates lockfiles by running: ``` ./gradlew aws:sdk:generateAllLockfiles -Paws-sdk-rust-path=/Users/awsaito/src/aws-sdk-rust ``` However, due to [the minicbor issue](https://github.com/smithy-lang/smithy-rs/pull/3818), we still pin it to 0.24.2 by running the following on `rust-runtime/Cargo.lock` and `aws/sdk/Cargo.lock`: ``` RUSTFLAGS="--cfg aws_sdk_unstable" cargo update -p minicbor --precise 0.24.2 ``` The rest of the changes handle miscellaneous scenarios: - **Updated nightly version**: Upgraded to `nightly-2024-03-15` to address a [compatibility issue](https://github.com/serde-rs/serde/issues/2770) introduced by the updated serde library. - **Cleaned up use statements**: Removed redundant use statements, which were flagged as warnings by the new nightly version. ## Testing Tests in CI ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
Showing
- .github/workflows/pull-request-bot.yml 1 addition, 1 deletion.github/workflows/pull-request-bot.yml
- aws/rust-runtime/Cargo.lock 192 additions, 234 deletionsaws/rust-runtime/Cargo.lock
- aws/rust-runtime/aws-config/Cargo.lock 327 additions, 466 deletionsaws/rust-runtime/aws-config/Cargo.lock
- aws/rust-runtime/aws-config/Cargo.toml 1 addition, 1 deletionaws/rust-runtime/aws-config/Cargo.toml
- aws/rust-runtime/aws-config/src/json_credentials.rs 0 additions, 1 deletionaws/rust-runtime/aws-config/src/json_credentials.rs
- aws/rust-runtime/aws-config/src/sso/credentials.rs 0 additions, 1 deletionaws/rust-runtime/aws-config/src/sso/credentials.rs
- aws/rust-runtime/aws-config/src/sts/util.rs 0 additions, 1 deletionaws/rust-runtime/aws-config/src/sts/util.rs
- aws/rust-runtime/aws-runtime/Cargo.toml 1 addition, 1 deletionaws/rust-runtime/aws-runtime/Cargo.toml
- aws/rust-runtime/aws-runtime/src/invocation_id.rs 0 additions, 2 deletionsaws/rust-runtime/aws-runtime/src/invocation_id.rs
- aws/rust-runtime/aws-sigv4/Cargo.toml 1 addition, 1 deletionaws/rust-runtime/aws-sigv4/Cargo.toml
- aws/rust-runtime/aws-sigv4/src/http_request/canonical_request.rs 0 additions, 1 deletion...t-runtime/aws-sigv4/src/http_request/canonical_request.rs
- aws/sdk/Cargo.lock 3710 additions, 3555 deletionsaws/sdk/Cargo.lock
- rust-runtime/Cargo.lock 398 additions, 415 deletionsrust-runtime/Cargo.lock
- rust-runtime/aws-smithy-eventstream/Cargo.toml 1 addition, 1 deletionrust-runtime/aws-smithy-eventstream/Cargo.toml
- rust-runtime/aws-smithy-eventstream/src/frame.rs 0 additions, 1 deletionrust-runtime/aws-smithy-eventstream/src/frame.rs
- rust-runtime/aws-smithy-http-server-python/Cargo.toml 1 addition, 1 deletionrust-runtime/aws-smithy-http-server-python/Cargo.toml
- rust-runtime/aws-smithy-http-server-python/src/error.rs 1 addition, 1 deletionrust-runtime/aws-smithy-http-server-python/src/error.rs
- rust-runtime/aws-smithy-http/Cargo.toml 1 addition, 1 deletionrust-runtime/aws-smithy-http/Cargo.toml
- rust-runtime/aws-smithy-http/src/header.rs 0 additions, 1 deletionrust-runtime/aws-smithy-http/src/header.rs
- rust-runtime/aws-smithy-types/Cargo.toml 1 addition, 1 deletionrust-runtime/aws-smithy-types/Cargo.toml
Loading
Please register or sign in to comment