sarub0b0 / kubetui

An intuitive Terminal User Interface (TUI) tool for real-time monitoring and exploration of Kubernetes resources
MIT License
214 stars 6 forks source link

fix(deps): update rust crate bytes to v1.7.0 #564

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bytes dependencies minor 1.6.1 -> 1.7.0

Release Notes

tokio-rs/bytes (bytes) ### [`v1.7.0`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#170-July-31-2024) [Compare Source](https://togithub.com/tokio-rs/bytes/compare/v1.6.1...v1.7.0) ##### Added - Add conversion from `Bytes` to `BytesMut` ([#​695](https://togithub.com/tokio-rs/bytes/issues/695), [#​710](https://togithub.com/tokio-rs/bytes/issues/710)) - Add reclaim method without additional allocation ([#​686](https://togithub.com/tokio-rs/bytes/issues/686)) ##### Documented - Clarify how `BytesMut::zeroed` works ([#​714](https://togithub.com/tokio-rs/bytes/issues/714)) - Clarify the behavior of `Buf::chunk` ([#​717](https://togithub.com/tokio-rs/bytes/issues/717)) ##### Changed - Change length condition of `BytesMut::truncate` - Reuse capacity when possible in `::advance` impl ([#​698](https://togithub.com/tokio-rs/bytes/issues/698)) - Improve `must_use` suggestion of `BytesMut::split` ([#​699](https://togithub.com/tokio-rs/bytes/issues/699)) ##### Internal changes - Use `ManuallyDrop` instead of `mem::forget` ([#​678](https://togithub.com/tokio-rs/bytes/issues/678)) - Don't set `len` in `BytesMut::reserve` ([#​682](https://togithub.com/tokio-rs/bytes/issues/682)) - Optimize `Bytes::copy_to_bytes` ([#​688](https://togithub.com/tokio-rs/bytes/issues/688)) - Refactor `BytesMut::truncate` ([#​694](https://togithub.com/tokio-rs/bytes/issues/694)) - Refactor `BytesMut::resize` ([#​696](https://togithub.com/tokio-rs/bytes/issues/696)) - Reorder assertion in `Bytes::split_to`, `Bytes::split_off` ([#​689](https://togithub.com/tokio-rs/bytes/issues/689), [#​693](https://togithub.com/tokio-rs/bytes/issues/693)) - Use `offset_from` in more places ([#​705](https://togithub.com/tokio-rs/bytes/issues/705)) - Correct the wrong usage of `IntoIter` ([#​707](https://togithub.com/tokio-rs/bytes/issues/707))

Configuration

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

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.