sdd / kiddo

Kiddo
Apache License 2.0
79 stars 13 forks source link

chore(deps): update rust crate proc-macro2 to 1.0.78 - autoclosed #131

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
proc-macro2 dev-dependencies patch 1.0.70 -> 1.0.78

Release Notes

dtolnay/proc-macro2 (proc-macro2) ### [`v1.0.78`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.77...1.0.78) - Expose [Span::byte_range](https://doc.rust-lang.org/1.71.0/proc_macro/struct.Span.html#method.byte_range) ([#​442](https://togithub.com/dtolnay/proc-macro2/issues/442)) ### [`v1.0.77`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.76...1.0.77) - Add a function to reset thread-local span data ([#​438](https://togithub.com/dtolnay/proc-macro2/issues/438), thanks [@​buchgr](https://togithub.com/buchgr)) ### [`v1.0.76`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.75...1.0.76) - Work around `dead_code` warning false positive ([#​435](https://togithub.com/dtolnay/proc-macro2/issues/435)) ### [`v1.0.75`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.75) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.74...1.0.75) - Improve error messages related to proc_macro::LexError ([#​434](https://togithub.com/dtolnay/proc-macro2/issues/434)) ### [`v1.0.74`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.74) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.73...1.0.74) - Work around improperly cached build script result by sccache ([#​432](https://togithub.com/dtolnay/proc-macro2/issues/432)) ### [`v1.0.73`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.73) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.72...1.0.73) - Documentation improvements ### [`v1.0.72`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.72) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.71...1.0.72) - Improve build script to be robust to proc_macro::Span unstable API changes ### [`v1.0.71`](https://togithub.com/dtolnay/proc-macro2/releases/tag/1.0.71) [Compare Source](https://togithub.com/dtolnay/proc-macro2/compare/1.0.70...1.0.71) - Turn on `deny(unsafe_op_in_unsafe_fn)` lint

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.

codecov-commenter commented 6 months ago

Codecov Report

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

Comparison is base (07b2d15) 94.11% compared to head (0226422) 94.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #131 +/- ## ========================================== + Coverage 94.11% 94.14% +0.03% ========================================== Files 52 52 Lines 6029 6029 Branches 6029 6029 ========================================== + Hits 5674 5676 +2 + Misses 334 332 -2 Partials 21 21 ```

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