Skip to content
Snippets Groups Projects
Select Git revision
  • release-2025-05-15-with-patches protected
  • main default protected
  • release-2025-03-27-with-patches protected
  • release-2024-12-30-with-client-builder protected
  • release-2024-12-26-with-client-builder protected
  • release-2024-11-05-with-client-builder protected
  • release-2024-08-16-with-client-builder protected
  • release-2024-09-09-with-client-builder protected
  • release-2024-08-28-with-client-builder protected
  • release-2024-10-09-with-client-builder protected
  • sbuttgereit/expose_client_builder_with_hyper_1_0
  • release-2025-05-15
  • release-2025-05-09
  • release-2025-05-02
  • release-2025-04-23
  • release-2025-03-27
  • release-2025-03-25
  • release-2025-03-10
  • release-2025-03-04
  • release-2025-02-20
  • release-2025-02-12
  • release-2025-02-03
  • release-2025-01-28
  • release-2025-01-23
  • release-2025-01-17
  • release-2025-01-14
  • release-2024-12-30
  • release-2024-12-26
  • release-2024-12-16
  • release-2024-12-03
  • release-2024-11-05
31 results

tools

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    ysaito1001 authored
    ## 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._
    064fbd79
    History
    Name Last commit Last update
    ..