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 v1.0.92 #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
proc-macro2 dependencies patch 1.0.66 -> 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)

v1.0.86

Compare Source

  • Documentation improvements

v1.0.85

Compare Source

  • Mark some tests as only for 64-bit targets (#​463)

v1.0.84

Compare Source

v1.0.83

Compare Source

  • Optimize the representation of Ident (#​462)

v1.0.82

Compare Source

  • Resolve unexpected_cfgs warning (#​456)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.81 fix(deps): update rust crate proc-macro2 to v1.0.82 May 7, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 2fe6dbd to 9979744 Compare May 7, 2024 06:27
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 9979744 to 5f78911 Compare May 20, 2024 02:09
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.82 fix(deps): update rust crate proc-macro2 to v1.0.83 May 20, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 5f78911 to a7b892d Compare May 25, 2024 19:23
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.83 fix(deps): update rust crate proc-macro2 to v1.0.84 May 25, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from a7b892d to 5127da9 Compare June 2, 2024 03:33
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.84 fix(deps): update rust crate proc-macro2 to v1.0.85 Jun 2, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 5127da9 to 9586a1d Compare June 21, 2024 01:56
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.85 fix(deps): update rust crate proc-macro2 to v1.0.86 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 9586a1d to 7d807e6 Compare October 7, 2024 16:18
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.86 fix(deps): update rust crate proc-macro2 to v1.0.87 Oct 7, 2024
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.87 fix(deps): update rust crate proc-macro2 to v1.0.88 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 7d807e6 to 37d448b Compare October 16, 2024 15:42
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.88 fix(deps): update rust crate proc-macro2 to v1.0.89 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 37d448b to c7ae4d3 Compare October 22, 2024 20:04
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from c7ae4d3 to 54677e2 Compare November 21, 2024 04:58
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.89 fix(deps): update rust crate proc-macro2 to v1.0.90 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 54677e2 to e47b110 Compare November 21, 2024 07:59
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.90 fix(deps): update rust crate proc-macro2 to v1.0.91 Nov 21, 2024
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.91 fix(deps): update rust crate proc-macro2 to v1.0.92 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from e47b110 to b78324e Compare November 21, 2024 20:03
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