Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate proc-macro2 to 1.0.81 - autoclosed #172

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
proc-macro2 dependencies patch 1.0.66 -> 1.0.81

Release Notes

dtolnay/proc-macro2 (proc-macro2)

v1.0.81

Compare Source

  • Documentation improvements

v1.0.80

Compare Source

  • Add Literal::byte_character constructor (#​449)
  • Add Literal::c_string constructor #​450)

v1.0.79

Compare Source

  • Clean up dead code

v1.0.78

Compare Source

v1.0.77

Compare Source

v1.0.76

Compare Source

  • Work around dead_code warning false positive (#​435)

v1.0.75

Compare Source

  • Improve error messages related to proc_macro::LexError (#​434)

v1.0.74

Compare Source

  • Work around improperly cached build script result by sccache (#​432)

v1.0.73

Compare Source

  • Documentation improvements

v1.0.72

Compare Source

  • Improve build script to be robust to proc_macro::Span unstable API changes

v1.0.71

Compare Source

  • Turn on deny(unsafe_op_in_unsafe_fn) lint

v1.0.70

Compare Source

  • Add #[track_caller] on Ident::new so that panics on invalid input are attributed to the caller (#​423)

v1.0.69

Compare Source

  • Fix Span::source_text() bug causing panics or incorrect source text (#​410)

v1.0.68

Compare Source

  • Fix panic in Span::source_text() when source contains multibyte characters (#​408)

v1.0.67

Compare Source

  • Special handling for the (/*ERROR*/) placeholder that rustc uses for macros that fail to expand (#​405)

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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.67 fix(deps): update rust crate proc-macro2 to 1.0.68 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 39580f9 to f34be1b Compare October 6, 2023 07:34
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.68 fix(deps): update rust crate proc-macro2 to 1.0.69 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from f34be1b to 354ee38 Compare October 9, 2023 03:48
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.69 fix(deps): update rust crate proc-macro2 to 1.0.70 Nov 26, 2023
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.70 fix(deps): update rust crate proc-macro2 to 1.0.71 Dec 21, 2023
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.71 fix(deps): update rust crate proc-macro2 to 1.0.72 Dec 31, 2023
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.72 fix(deps): update rust crate proc-macro2 to 1.0.73 Jan 1, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch 2 times, most recently from e03ac58 to 96e997a Compare January 2, 2024 07:38
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.73 fix(deps): update rust crate proc-macro2 to 1.0.74 Jan 2, 2024
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.74 fix(deps): update rust crate proc-macro2 to 1.0.75 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 96e997a to 1bf94a7 Compare January 4, 2024 00:36
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.75 fix(deps): update rust crate proc-macro2 to 1.0.76 Jan 6, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 1bf94a7 to cac3301 Compare January 6, 2024 05:22
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.76 fix(deps): update rust crate proc-macro2 to 1.0.78 Jan 21, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 00d6550 to 674b6a6 Compare March 12, 2024 03:48
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.78 fix(deps): update rust crate proc-macro2 to 1.0.79 Mar 12, 2024
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.79 fix(deps): update rust crate proc-macro2 to 1.0.80 Apr 14, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 674b6a6 to 8a316c0 Compare April 14, 2024 22:18
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x branch from 8a316c0 to 7fee5b3 Compare April 17, 2024 04:00
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.80 fix(deps): update rust crate proc-macro2 to 1.0.81 Apr 17, 2024
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to 1.0.81 fix(deps): update rust crate proc-macro2 to 1.0.81 - autoclosed May 5, 2024
@renovate renovate bot closed this May 5, 2024
@renovate renovate bot deleted the renovate/proc-macro2-1.x branch May 5, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants