smithy-rs/.github
ysaito1001 064fbd79a0
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._
2024-09-06 17:57:59 +00:00
..
ISSUE_TEMPLATE Fix repeated options when creating an issue (#1916) 2022-10-28 10:12:19 +01:00
actions Allow artifacts of the same name to be overwritten (#3509) 2024-03-25 18:28:19 +00:00
scripts Remove flags from release (#3521) 2024-03-29 14:30:38 +00:00
workflows Update lockfiles (#3821) 2024-09-06 17:57:59 +00:00
PULL_REQUEST_TEMPLATE.md Switch to file-per-change changelog (#3774) 2024-08-01 04:31:19 +00:00