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 cron to 0.13 #411

Open renovate[bot] opened 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Type Update Change
cron dependencies minor 0.12 -> 0.13

Release Notes

zslayton/cron (cron) ### [`v0.13.0`](https://redirect.github.com/zslayton/cron/releases/tag/v0.13.0) [Compare Source](https://redirect.github.com/zslayton/cron/compare/v0.12.1...v0.13.0) #### What's Changed - feat: implement efficient conversion from String by [@​LeoniePhiline](https://redirect.github.com/LeoniePhiline) in [https://github.com/zslayton/cron/pull/128](https://redirect.github.com/zslayton/cron/pull/128) - Run `cargo fmt` and fix all `clippy` reports by [@​bombsimon](https://redirect.github.com/bombsimon) in [https://github.com/zslayton/cron/pull/123](https://redirect.github.com/zslayton/cron/pull/123) - Fix backwards iteration when inital time has milliseconds by [@​juancampa](https://redirect.github.com/juancampa) in [https://github.com/zslayton/cron/pull/112](https://redirect.github.com/zslayton/cron/pull/112) - Patterns with future years should not limit the day and month range by [@​AhmedSoliman](https://redirect.github.com/AhmedSoliman) in [https://github.com/zslayton/cron/pull/116](https://redirect.github.com/zslayton/cron/pull/116) - feat: implement optimized `Serialize` and `Deserialize` for `Schedule` by [@​LeoniePhiline](https://redirect.github.com/LeoniePhiline) in [https://github.com/zslayton/cron/pull/129](https://redirect.github.com/zslayton/cron/pull/129) - fix: Don't accept invalid step for `Period` by [@​bombsimon](https://redirect.github.com/bombsimon) in [https://github.com/zslayton/cron/pull/122](https://redirect.github.com/zslayton/cron/pull/122) - Iterate over rather than skipping ambigous times by [@​AldaronLau](https://redirect.github.com/AldaronLau) in [https://github.com/zslayton/cron/pull/115](https://redirect.github.com/zslayton/cron/pull/115) #### New Contributors - [@​LeoniePhiline](https://redirect.github.com/LeoniePhiline) made their first contribution in [https://github.com/zslayton/cron/pull/128](https://redirect.github.com/zslayton/cron/pull/128) - [@​bombsimon](https://redirect.github.com/bombsimon) made their first contribution in [https://github.com/zslayton/cron/pull/123](https://redirect.github.com/zslayton/cron/pull/123) - [@​juancampa](https://redirect.github.com/juancampa) made their first contribution in [https://github.com/zslayton/cron/pull/112](https://redirect.github.com/zslayton/cron/pull/112) - [@​AhmedSoliman](https://redirect.github.com/AhmedSoliman) made their first contribution in [https://github.com/zslayton/cron/pull/116](https://redirect.github.com/zslayton/cron/pull/116) **Full Changelog**: https://github.com/zslayton/cron/compare/v0.12.1...v0.13.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 2 weeks ago

Codecov Report

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

Project coverage is 55.26%. Comparing base (f180dc3) to head (a24d026).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #411 +/- ## ========================================== + Coverage 55.23% 55.26% +0.03% ========================================== Files 56 56 Lines 11524 11524 ========================================== + Hits 6365 6369 +4 + Misses 5159 5155 -4 ```

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