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

deps: update rust crate proc-macro2 to v1.0.89 #91

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.54 -> 1.0.89

Release Notes

dtolnay/proc-macro2 (proc-macro2)

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)

v1.0.66

Compare Source

  • Raise required compiler from Rust 1.31 to 1.56

v1.0.65

Compare Source

  • Documentation improvements

v1.0.64

Compare Source

  • Fix parsing of bare \r in between tokens (#​399)

v1.0.63

Compare Source

v1.0.62

Compare Source

yanked

v1.0.61

Compare Source

  • Stricter parsing of whitespace in cooked string literals and between tokens (#​392, #​393)

v1.0.60

Compare Source

  • Eliminate uses of unstable proc_macro::Span::before/after (#​391)

v1.0.59

Compare Source

  • Enable proc_macro support on wasm targets (#​388)

v1.0.58

Compare Source

  • Make rustc version detection more robust by compiling against modernest stable features (#​384)

v1.0.57

Compare Source

v1.0.56

Compare Source

  • Circumvent clippy::octal_escapes lint inside generated string and byte-string literals (#​363, #​380)
  • Provide RefUnwindSafe impls for compilers older than 1.58 (#​382)

v1.0.55

Compare Source

  • Set a meaningful Span for literals produced via the FromStr impl of Literal (#​378)
  • Implement Literal::subspan in non-macro contexts when "span-locations" feature is enabled (#​379)

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.

kodiakhq[bot]
kodiakhq bot previously approved these changes May 5, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 1af540f to f4f076d Compare May 7, 2024 04:32
@renovate renovate bot changed the title deps: update rust crate proc-macro2 to v1.0.81 deps: update rust crate proc-macro2 to v1.0.82 May 7, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes May 7, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from f4f076d to efbe75a Compare May 20, 2024 01:23
@renovate renovate bot changed the title deps: update rust crate proc-macro2 to v1.0.82 deps: update rust crate proc-macro2 to v1.0.83 May 20, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes May 20, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from efbe75a to 547109a Compare May 25, 2024 18:36
@renovate renovate bot changed the title deps: update rust crate proc-macro2 to v1.0.83 deps: update rust crate proc-macro2 to v1.0.84 May 25, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes May 25, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 547109a to dd05d99 Compare June 2, 2024 06:47
@renovate renovate bot changed the title deps: update rust crate proc-macro2 to v1.0.84 deps: update rust crate proc-macro2 to v1.0.85 Jun 2, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Jun 2, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from dd05d99 to 2b458e1 Compare June 21, 2024 05:16
@renovate renovate bot changed the title deps: update rust crate proc-macro2 to v1.0.85 deps: update rust crate proc-macro2 to v1.0.86 Jun 21, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Jun 21, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 2b458e1 to 62d6a7a Compare October 7, 2024 15:34
@renovate renovate bot changed the title deps: update rust crate proc-macro2 to v1.0.86 deps: update rust crate proc-macro2 to v1.0.87 Oct 7, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Oct 7, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 62d6a7a to e48a6fe Compare October 16, 2024 17:39
@renovate renovate bot changed the title deps: update rust crate proc-macro2 to v1.0.87 deps: update rust crate proc-macro2 to v1.0.88 Oct 16, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Oct 16, 2024
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from e48a6fe to 528c658 Compare October 22, 2024 18:45
@renovate renovate bot changed the title deps: update rust crate proc-macro2 to v1.0.88 deps: update rust crate proc-macro2 to v1.0.89 Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants