fix(deps): update rust crate proc-macro2 to v1.0.92 #32

Open
renovate-bot wants to merge 1 commit from renovate/proc-macro2-1.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
proc-macro2 dependencies patch 1.0.86 -> 1.0.92

Release Notes

dtolnay/proc-macro2 (proc-macro2)

v1.0.92

Compare Source

  • Improve compiler/fallback mismatch panic message (#​487)

v1.0.91

Compare Source

  • Fix panic "compiler/fallback mismatch 949" when using TokenStream::from_str from inside a proc macro to parse a string containing doc comment (#​484)

v1.0.90

Compare Source

v1.0.89

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​474)

v1.0.88

Compare Source

  • Return accurate line and column from Span::start and Span::end inside proc macros on nightly (#​472)

v1.0.87

Compare Source

  • Check valid punctuation character in Punct::new (#​470)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [proc-macro2](https://github.com/dtolnay/proc-macro2) | dependencies | patch | `1.0.86` -> `1.0.92` | --- ### Release Notes <details> <summary>dtolnay/proc-macro2 (proc-macro2)</summary> ### [`v1.0.92`](https://github.com/dtolnay/proc-macro2/releases/tag/1.0.92) [Compare Source](https://github.com/dtolnay/proc-macro2/compare/1.0.91...1.0.92) - Improve compiler/fallback mismatch panic message ([#&#8203;487](https://github.com/dtolnay/proc-macro2/issues/487)) ### [`v1.0.91`](https://github.com/dtolnay/proc-macro2/releases/tag/1.0.91) [Compare Source](https://github.com/dtolnay/proc-macro2/compare/1.0.90...1.0.91) - Fix panic *"compiler/fallback mismatch 949"* when using TokenStream::from_str from inside a proc macro to parse a string containing doc comment ([#&#8203;484](https://github.com/dtolnay/proc-macro2/issues/484)) ### [`v1.0.90`](https://github.com/dtolnay/proc-macro2/releases/tag/1.0.90) [Compare Source](https://github.com/dtolnay/proc-macro2/compare/1.0.89...1.0.90) - Improve error recovery in TokenStream's and Literal's FromStr implementations to work around https://github.com/rust-lang/rust/issues/58736 such that rustc does not poison compilation on codepaths that should be recoverable errors ([#&#8203;477](https://github.com/dtolnay/proc-macro2/issues/477), [#&#8203;478](https://github.com/dtolnay/proc-macro2/issues/478), [#&#8203;479](https://github.com/dtolnay/proc-macro2/issues/479), [#&#8203;480](https://github.com/dtolnay/proc-macro2/issues/480), [#&#8203;481](https://github.com/dtolnay/proc-macro2/issues/481), [#&#8203;482](https://github.com/dtolnay/proc-macro2/issues/482)) ### [`v1.0.89`](https://github.com/dtolnay/proc-macro2/releases/tag/1.0.89) [Compare Source](https://github.com/dtolnay/proc-macro2/compare/1.0.88...1.0.89) - Ensure OUT_DIR is left with deterministic contents after build script execution ([#&#8203;474](https://github.com/dtolnay/proc-macro2/issues/474)) ### [`v1.0.88`](https://github.com/dtolnay/proc-macro2/releases/tag/1.0.88) [Compare Source](https://github.com/dtolnay/proc-macro2/compare/1.0.87...1.0.88) - Return accurate line and column from `Span::start` and `Span::end` inside proc macros on nightly ([#&#8203;472](https://github.com/dtolnay/proc-macro2/issues/472)) ### [`v1.0.87`](https://github.com/dtolnay/proc-macro2/releases/tag/1.0.87) [Compare Source](https://github.com/dtolnay/proc-macro2/compare/1.0.86...1.0.87) - Check valid punctuation character in `Punct::new` ([#&#8203;470](https://github.com/dtolnay/proc-macro2/issues/470)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM5LjgyLjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot changed title from fix(deps): update rust crate proc-macro2 to v1.0.87 to fix(deps): update rust crate proc-macro2 to v1.0.88 2024-10-16 20:36:51 +05:30
renovate-bot force-pushed renovate/proc-macro2-1.x-lockfile from bf57a68313 to 46e76557b8 2024-10-16 20:36:51 +05:30 Compare
renovate-bot force-pushed renovate/proc-macro2-1.x-lockfile from 46e76557b8 to 5d575581b9 2024-10-22 22:30:21 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate proc-macro2 to v1.0.88 to fix(deps): update rust crate proc-macro2 to v1.0.89 2024-10-22 22:30:21 +05:30
renovate-bot force-pushed renovate/proc-macro2-1.x-lockfile from 5d575581b9 to 783f6f780c 2024-12-23 18:01:51 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate proc-macro2 to v1.0.89 to fix(deps): update rust crate proc-macro2 to v1.0.92 2024-12-23 18:01:53 +05:30
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/proc-macro2-1.x-lockfile:renovate/proc-macro2-1.x-lockfile
git checkout renovate/proc-macro2-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/proc-macro2-1.x-lockfile
git checkout renovate/proc-macro2-1.x-lockfile
git rebase master
git checkout master
git merge --ff-only renovate/proc-macro2-1.x-lockfile
git checkout renovate/proc-macro2-1.x-lockfile
git rebase master
git checkout master
git merge --no-ff renovate/proc-macro2-1.x-lockfile
git checkout master
git merge --squash renovate/proc-macro2-1.x-lockfile
git checkout master
git merge --ff-only renovate/proc-macro2-1.x-lockfile
git checkout master
git merge renovate/proc-macro2-1.x-lockfile
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: realaravinth/actix-web-codegen-const-routes#32
No description provided.