izderadicka / audioserve

Simple personal server to serve audiofiles files from folders. Intended primarily for audio books, but anything with decent folder structure will do.
723 stars 36 forks source link

fix(deps): update rust crate bytes to v1.7.1 #320

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.1
bytes dev-dependencies minor 1.6.1 -> 1.7.1

Release Notes

tokio-rs/bytes (bytes) ### [`v1.7.1`](https://togithub.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#171-August-1-2024) [Compare Source](https://togithub.com/tokio-rs/bytes/compare/v1.7.0...v1.7.1) This release reverts the following change due to a regression: - Reuse capacity when possible in `::advance` impl ([#​698](https://togithub.com/tokio-rs/bytes/issues/698)) The revert can be found at [#​726](https://togithub.com/tokio-rs/bytes/issues/726). ### [`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: 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 these updates again.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 56.17%. Comparing base (7d1b8d9) to head (3fc2dd4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #320 +/- ## ======================================= Coverage 56.16% 56.17% ======================================= Files 57 57 Lines 11463 11463 ======================================= + Hits 6438 6439 +1 + Misses 5025 5024 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.