hoodie / icalendar-rs

📆 icalendar library, in Rust of course - for fun
Apache License 2.0
122 stars 32 forks source link

fix(deps): update rust crate nom to 7.1.3 - autoclosed #101

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
nom dependencies minor 7 -> 7.1.3

Release Notes

rust-bakery/nom (nom) ### [`v7.1.3`](https://togithub.com/rust-bakery/nom/compare/7.1.2...7.1.3) [Compare Source](https://togithub.com/rust-bakery/nom/compare/7.1.2...7.1.3) ### [`v7.1.2`](https://togithub.com/rust-bakery/nom/blob/HEAD/CHANGELOG.md#712---2023-01-01) [Compare Source](https://togithub.com/rust-bakery/nom/compare/7.1.1...7.1.2) ##### Thanks - [@​joubs](https://togithub.com/joubs) - [@​Fyko](https://togithub.com/Fyko) - [@​LoganDark](https://togithub.com/LoganDark) - [@​darnuria](https://togithub.com/darnuria) - [@​jkugelman](https://togithub.com/jkugelman) - [@​barower](https://togithub.com/barower) - [@​puzzlewolf](https://togithub.com/puzzlewolf) - [@​epage](https://togithub.com/epage) - [@​cky](https://togithub.com/cky) - [@​wolthom](https://togithub.com/wolthom) - [@​w1ll-i-code](https://togithub.com/w1ll-i-code) ##### Changed - documentation fixes - tests fixes - limit the initial capacity of the result vector of `many_m_n` to 64kiB - bits parser now accept `Parser` implementors instead of only functions ##### Added - implement `Tuple` parsing for the unit type as a special case - implement `ErrorConvert` on the unit type to make it usable as error type for bits parsers - bool parser for bits input ### [`v7.1.1`](https://togithub.com/rust-bakery/nom/blob/HEAD/CHANGELOG.md#711---2022-03-14) [Compare Source](https://togithub.com/rust-bakery/nom/compare/7.1.0...7.1.1) ##### Thanks - [@​ThomasdenH](https://togithub.com/ThomasdenH) - @​[@​SphinxKnight](https://togithub.com/SphinxKnight) - [@​irevoire](https://togithub.com/irevoire) - [@​doehyunbaek](https://togithub.com/doehyunbaek) - [@​pxeger](https://togithub.com/pxeger) - [@​punkeel](https://togithub.com/punkeel) - [@​max-sixty](https://togithub.com/max-sixty) - [@​Xiretza](https://togithub.com/Xiretza) - [@​5c077m4n](https://togithub.com/5c077m4n) - [@​erihsu](https://togithub.com/erihsu) - [@​TheNeikos](https://togithub.com/TheNeikos) - [@​LoganDark](https://togithub.com/LoganDark) - [@​nickelc](https://togithub.com/nickelc) - [@​chotchki](https://togithub.com/chotchki) - [@​ctrlcctrlv](https://togithub.com/ctrlcctrlv) ##### Changed - documentation fixes - more examples ### [`v7.1.0`](https://togithub.com/rust-bakery/nom/blob/HEAD/CHANGELOG.md#710---2021-11-04) [Compare Source](https://togithub.com/rust-bakery/nom/compare/7.0.0...7.1.0) ##### Thanks - [@​nickelc](https://togithub.com/nickelc) - [@​Stargateur](https://togithub.com/Stargateur) - [@​NilsIrl](https://togithub.com/NilsIrl) - [@​clonejo](https://togithub.com/clonejo) - [@​Strytyp](https://togithub.com/Strytyp) - [@​schubart](https://togithub.com/schubart) - [@​jihchi](https://togithub.com/jihchi) - [@​nipunn1313](https://togithub.com/nipunn1313) - [@​Gungy2](https://togithub.com/Gungy2) - [@​Drumato](https://togithub.com/Drumato) - [@​Alexhuszagh](https://togithub.com/Alexhuszagh) - [@​Aehmlo](https://togithub.com/Aehmlo) - [@​homersimpsons](https://togithub.com/homersimpsons) - [@​dne](https://togithub.com/dne) - [@​epage](https://togithub.com/epage) - [@​saiintbrisson](https://togithub.com/saiintbrisson) - [@​pymongo](https://togithub.com/pymongo) ##### Changed - documentation fixes - Ci fixes - the move to minimal-lexical for float parsing introduced bugs that cannot be resolved right now, so this version moves back to using the standard lib' parser. *This is a performance regression*\*. If you have specific requirements around float parsing, you are strongly encouraged to use [recognize_float](https://docs.rs/nom/latest/nom/number/complete/fn.recognize_float.html) and another library to convert to a f32 or f64 ##### Added - alt now works with 1 elment tuples

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.