BurntNail / vent

Website for managing House Events
https://blog.maguire.tech/posts/projects/vent/
MIT License
4 stars 1 forks source link

fix(deps): update rust crate chrono-tz to 0.9 - autoclosed #231

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
chrono-tz dependencies minor 0.8 -> 0.9

Release Notes

chronotope/chrono-tz (chrono-tz) ### [`v0.9.0`](https://togithub.com/chronotope/chrono-tz/releases/tag/v0.9.0): : 2024a [Compare Source](https://togithub.com/chronotope/chrono-tz/compare/v0.8.6...v0.9.0) **TZDB** version [2024a](https://mm.icann.org/pipermail/tz-announce/2024-February/000081.html) (2024-02-01). #### Changes - Make `ParseError` a real `Error` enum ([#​161](https://togithub.com/chronotope/chrono-tz/issues/161), based on [#​122](https://togithub.com/chronotope/chrono-tz/issues/122) by [@​laralove143](https://togithub.com/laralove143)). - Reduce packaged crate files ([#​158](https://togithub.com/chronotope/chrono-tz/issues/158)). - Add repository field to `chrono-tz-build` ([#​156](https://togithub.com/chronotope/chrono-tz/issues/156), thanks [@​paolobarbolini](https://togithub.com/paolobarbolini)). - Apply lib.rs suggestions ([#​162](https://togithub.com/chronotope/chrono-tz/issues/162)) #### Internal - Remove `update-tz` GitHub Action ([#​159](https://togithub.com/chronotope/chrono-tz/issues/159)). - Don't set `no_std` for tests ([#​160](https://togithub.com/chronotope/chrono-tz/issues/160)). - CI: verify` cargo publish ` includes all files needed to build ([#​158](https://togithub.com/chronotope/chrono-tz/issues/158), [#​161](https://togithub.com/chronotope/chrono-tz/issues/161)).

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.

renovate[bot] commented 7 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package chrono-tz@0.8.6 --precise 0.9.0
    Updating crates.io index
error: failed to select a version for the requirement `chrono-tz = "^0.8.4"`
candidate versions found which didn't match: 0.9.0
location searched: crates.io index
required by package `icalendar v0.16.0`
    ... which satisfies dependency `icalendar = "^0.16"` (locked to 0.16.0) of package `vent v0.1.0 (/tmp/renovate/repos/github/BurntNail/vent)`
perhaps a crate was updated and forgotten to be re-vendored?