smithy-rs/rust-runtime/aws-smithy-eventstream
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
..
fuzz Move `Message`, `Header`, `HeaderValue`, and `StrBytes` from `aws-smithy-eventstream` to `aws-smithy-types` (#3139) 2023-11-06 20:00:31 +00:00
src Update lockfiles (#3821) 2024-09-06 17:57:59 +00:00
test_data Prefix Smithy runtime crates with `aws-` (#788) 2021-10-20 10:21:15 -07:00
Cargo.toml Update lockfiles (#3821) 2024-09-06 17:57:59 +00:00
LICENSE Prefix Smithy runtime crates with `aws-` (#788) 2021-10-20 10:21:15 -07:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00
additional-ci Remove excess cargo test passes from additional-ci (#1595) 2022-07-28 20:40:49 +00:00
external-types.toml Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00

README.md

aws-smithy-eventstream

AWS Event Stream frame serialization/deserialization implementation.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.