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 ego-tree to 0.9 #349

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Type Update Change
ego-tree dependencies minor 0.6 -> 0.9

Release Notes

rust-scraper/ego-tree (ego-tree) ### [`v0.9.0`](https://redirect.github.com/rust-scraper/ego-tree/releases/tag/v0.9.0): 0.9.0 [Compare Source](https://redirect.github.com/rust-scraper/ego-tree/compare/v0.8.0...v0.9.0) #### What's Changed - Implement serde traits for ego-tree by [@​LoZack19](https://redirect.github.com/LoZack19) in [https://github.com/rust-scraper/ego-tree/pull/34](https://redirect.github.com/rust-scraper/ego-tree/pull/34) #### New Contributors - [@​LoZack19](https://redirect.github.com/LoZack19) made their first contribution in [https://github.com/rust-scraper/ego-tree/pull/34](https://redirect.github.com/rust-scraper/ego-tree/pull/34) **Full Changelog**: https://github.com/rust-scraper/ego-tree/compare/v0.8.0...v0.9.0 ### [`v0.8.0`](https://redirect.github.com/rust-scraper/ego-tree/releases/tag/v0.8.0): 0.8.0 [Compare Source](https://redirect.github.com/rust-scraper/ego-tree/compare/v0.7.0...v0.8.0) #### What's Changed - Bump to current Rust edition 2021. by [@​adamreichold](https://redirect.github.com/adamreichold) in [https://github.com/rust-scraper/ego-tree/pull/31](https://redirect.github.com/rust-scraper/ego-tree/pull/31) - Implement FusedIterator trait for the various iterators provided by this crate by [@​adamreichold](https://redirect.github.com/adamreichold) in [https://github.com/rust-scraper/ego-tree/pull/32](https://redirect.github.com/rust-scraper/ego-tree/pull/32) - Provide consuming movement methods so that NodeMut can act as a cursor. by [@​adamreichold](https://redirect.github.com/adamreichold) in [https://github.com/rust-scraper/ego-tree/pull/33](https://redirect.github.com/rust-scraper/ego-tree/pull/33) #### New Contributors - [@​adamreichold](https://redirect.github.com/adamreichold) made their first contribution in [https://github.com/rust-scraper/ego-tree/pull/31](https://redirect.github.com/rust-scraper/ego-tree/pull/31) **Full Changelog**: https://github.com/rust-scraper/ego-tree/compare/v0.7.0...v0.8.0 ### [`v0.7.0`](https://redirect.github.com/rust-scraper/ego-tree/releases/tag/v0.7.0): 0.7.0 [Compare Source](https://redirect.github.com/rust-scraper/ego-tree/compare/v0.6.3...v0.7.0) #### What's Changed - impl Display for Tree by [@​cfvescovo](https://redirect.github.com/cfvescovo) in [https://github.com/rust-scraper/ego-tree/pull/29](https://redirect.github.com/rust-scraper/ego-tree/pull/29) - Add support for appending and prepending subtree by [@​cfvescovo](https://redirect.github.com/cfvescovo) in [https://github.com/rust-scraper/ego-tree/pull/30](https://redirect.github.com/rust-scraper/ego-tree/pull/30) **Full Changelog**: https://github.com/rust-scraper/ego-tree/compare/v0.6.3...v0.7.0

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 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.18%. Comparing base (77ac41e) to head (f30adbc). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #349 +/- ## ========================================== + Coverage 56.16% 56.18% +0.01% ========================================== Files 57 57 Lines 11466 11466 ========================================== + Hits 6440 6442 +2 + Misses 5026 5024 -2 ```

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