KiwiTalk / loco.rs

Loco Protocol Wrapper for Rust
Apache License 2.0
41 stars 5 forks source link

Update Rust crate bytes to 1.2.1 #71

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bytes dependencies minor 1.0.0 -> 1.2.1

Release Notes

tokio-rs/bytes ### [`v1.2.1`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#​121-July-30-2022) [Compare Source](https://togithub.com/tokio-rs/bytes/compare/v1.2.0...v1.2.1) ##### Fixed - Fix unbounded memory growth when using `reserve` ([#​560](https://togithub.com/tokio-rs/bytes/issues/560)) ### [`v1.2.0`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#​120-July-19-2022) [Compare Source](https://togithub.com/tokio-rs/bytes/compare/v1.1.0...v1.2.0) ##### Added - Add `BytesMut::zeroed` ([#​517](https://togithub.com/tokio-rs/bytes/issues/517)) - Implement `Extend` for `BytesMut` ([#​527](https://togithub.com/tokio-rs/bytes/issues/527)) - Add conversion from `BytesMut` to `Vec` ([#​543](https://togithub.com/tokio-rs/bytes/issues/543), [#​554](https://togithub.com/tokio-rs/bytes/issues/554)) - Add conversion from `Bytes` to `Vec` ([#​547](https://togithub.com/tokio-rs/bytes/issues/547)) - Add `UninitSlice::as_uninit_slice_mut()` ([#​548](https://togithub.com/tokio-rs/bytes/issues/548)) - Add const to `Bytes::{len,is_empty}` ([#​514](https://togithub.com/tokio-rs/bytes/issues/514)) ##### Changed - Reuse vector in `BytesMut::reserve` ([#​539](https://togithub.com/tokio-rs/bytes/issues/539), [#​544](https://togithub.com/tokio-rs/bytes/issues/544)) ##### Fixed - Make miri happy ([#​515](https://togithub.com/tokio-rs/bytes/issues/515), [#​523](https://togithub.com/tokio-rs/bytes/issues/523), [#​542](https://togithub.com/tokio-rs/bytes/issues/542), [#​545](https://togithub.com/tokio-rs/bytes/issues/545), [#​553](https://togithub.com/tokio-rs/bytes/issues/553)) - Make tsan happy ([#​541](https://togithub.com/tokio-rs/bytes/issues/541)) - Fix `remaining_mut()` on chain ([#​488](https://togithub.com/tokio-rs/bytes/issues/488)) - Fix amortized asymptotics of `BytesMut` ([#​555](https://togithub.com/tokio-rs/bytes/issues/555)) ##### Documented - Redraw layout diagram with box drawing characters ([#​539](https://togithub.com/tokio-rs/bytes/issues/539)) - Clarify `BytesMut::unsplit` docs ([#​535](https://togithub.com/tokio-rs/bytes/issues/535)) ### [`v1.1.0`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#​110-August-25-2021) [Compare Source](https://togithub.com/tokio-rs/bytes/compare/v1.0.1...v1.1.0) ##### Added - `BufMut::put_bytes(self, val, cnt)` ([#​487](https://togithub.com/tokio-rs/bytes/issues/487)) - Implement `From>` for `Bytes` ([#​504](https://togithub.com/tokio-rs/bytes/issues/504)) ##### Changed - Override `put_slice` for `&mut [u8]` ([#​483](https://togithub.com/tokio-rs/bytes/issues/483)) - Panic on integer overflow in `Chain::remaining` ([#​482](https://togithub.com/tokio-rs/bytes/issues/482)) - Add inline tags to `UninitSlice` methods ([#​443](https://togithub.com/tokio-rs/bytes/issues/443)) - Override `copy_to_bytes` for Chain and Take ([#​481](https://togithub.com/tokio-rs/bytes/issues/481)) - Keep capacity when unsplit on empty other buf ([#​502](https://togithub.com/tokio-rs/bytes/issues/502)) ##### Documented - Clarify `BufMut` allocation guarantees ([#​501](https://togithub.com/tokio-rs/bytes/issues/501)) - Clarify `BufMut::put_int` behavior ([#​486](https://togithub.com/tokio-rs/bytes/issues/486)) - Clarify actions of `clear` and `truncate`. ([#​508](https://togithub.com/tokio-rs/bytes/issues/508)) ### [`v1.0.1`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#​101-January-11-2021) [Compare Source](https://togithub.com/tokio-rs/bytes/compare/v1.0.0...v1.0.1) ##### Changed - mark `Vec::put_slice` with `#[inline]` ([#​459](https://togithub.com/tokio-rs/bytes/issues/459)) ##### Fixed - Fix deprecation warning ([#​457](https://togithub.com/tokio-rs/bytes/issues/457)) - use `Box::into_raw` instead of `mem::forget`-in-disguise ([#​458](https://togithub.com/tokio-rs/bytes/issues/458))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.