Skip to content

chore(deps): update rust crate proc-macro2 to v1.0.106#21

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/proc-macro2-1.x-lockfile
Open

chore(deps): update rust crate proc-macro2 to v1.0.106#21
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/proc-macro2-1.x-lockfile

Conversation

@renovate
Copy link

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
proc-macro2 dependencies patch 1.0.191.0.106

Release Notes

dtolnay/proc-macro2 (proc-macro2)

v1.0.106

Compare Source

  • Optimize Span::byte_range (#​530)

v1.0.105

Compare Source

  • Make std dependencies more easily discoverable in source code (#​528)

v1.0.104

Compare Source

v1.0.103

Compare Source

  • Add semver-exempt Literal methods str_value, cstr_value, byte_str_value (#​525)

v1.0.102

Compare Source

  • Fix interaction of Display impls for TokenStream and Ident with formatting specifiers for padding, alignment, width (#​523, #​524)

v1.0.101

Compare Source

  • Optimize Span location accessors (#​519)

v1.0.100

Compare Source

  • Stabilize Span methods on Rust 1.88+: start, end, line, column, file, local_file (#​517, #​518)

v1.0.99

Compare Source

  • Prevent Span's unstable API becoming unavailable from a future new compiler lint (#​515)

v1.0.98

Compare Source

v1.0.97

Compare Source

v1.0.96

Compare Source

  • Simplify how rustdoc flags are decided during docs.rs builds (#​511)

v1.0.95

Compare Source

  • Update semver-exempt API under RUSTFLAGS=--cfg=procmacro2_semver_exempt to that of nightly-2025-04-16 (#​497)

v1.0.94

Compare Source

  • Documentation improvements

v1.0.93

Compare Source

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)

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)

v1.0.54

Compare Source

  • Performance improvement to "span-locations" feature (#​373)
  • Fix unbounded memory usage when calling proc-macro2's parser from a fuzzer (#​374)

v1.0.53

Compare Source

  • Add support for Rust 1.66's source_text() method (#​350)

v1.0.52

Compare Source

v1.0.51

Compare Source

  • Implement rustc's limit on the number of # used for delimiting a raw string literal: 255 (#​364)

v1.0.50

Compare Source

  • Implement Hash for proc_macro2::LineColumn (#​362)

v1.0.49

Compare Source

  • Opt out of -Zrustdoc-scrape-examples on docs.rs for now

v1.0.48

Compare Source

  • Documentation improvements

v1.0.47

Compare Source

  • Fix integer overflow when nesting depth of nested comments exceeds 4 billion (#​357)

v1.0.46

Compare Source

  • Make proc_macro2::TokenStream's FromStr impl consistent with proc_macro::TokenStream's on strings that begin with a byte order mark \u{feff} (#​353)

v1.0.45

Compare Source

  • Fix panic on parsing disallowed raw identifiers such as r#self (#​351)

v1.0.44

Compare Source

  • Expose span.before() and span.after() to access an empty Span located immediately before or after the input span (#​348, upstream tracking issue: rust-lang/rust#87552)

v1.0.43

Compare Source

  • Add keywords to crates.io metadata

v1.0.42

Compare Source

  • Improve parsing performance in non-macro mode (#​335)
  • Expose a size_hint() for TokenStream's iterator (#​334)

v1.0.41

Compare Source

  • Produce an accurate .size_hint() from TokenStream's iterator (#​334)

v1.0.40

Compare Source

v1.0.39

Compare Source

v1.0.38

Compare Source

  • Reduce allocations done by Literal::byte_string constructor (#​328)

v1.0.37

Compare Source

  • Rely on unicode-xid to optimize ASCII properly (#​325)

v1.0.36

Compare Source

  • Improve performance of creating literal tokens through quote! macro

v1.0.35

Compare Source

  • Try to diagnose "cannot find type SourceFile" errors better (#​311)

v1.0.34

Compare Source

  • Work around doc build failure due to docs.rs flags change (#​310)

v1.0.33

Compare Source

v1.0.32

Compare Source

v1.0.31

Compare Source

  • Update Cargo metadata to new repository location

v1.0.30

Compare Source

  • Use proc_macro::is_available on Rust 1.57+ to support projects built with panic=abort or cg_clif (#​300, thanks @​bjorn3)

v1.0.29

Compare Source

  • Pick up stable implementation of proc_macro's impl FromStr for Literal (#​287)

v1.0.28

Compare Source

v1.0.27

Compare Source

v1.0.26

Compare Source

  • Add impl LexError { pub fn span(&self) -> Span } (#​283)

v1.0.25

Compare Source

v1.0.24

Compare Source

  • Implement Error and Display for proc_macro2::LexError, matching the libproc_macro impls which exists in Rust 1.44+ (#​240)

v1.0.23

Compare Source

v1.0.22

Compare Source

v1.0.21

Compare Source

v1.0.20

Compare Source


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 force-pushed the renovate/proc-macro2-1.x-lockfile branch from 6f1842c to ce347dc Compare May 7, 2024 04:39
@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 ce347dc to dd04ebb Compare May 20, 2024 01:53
@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 dd04ebb to 16bef0e Compare May 25, 2024 22:08
@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 16bef0e to 1f5c5df Compare June 2, 2024 07:24
@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 1f5c5df to dea9ec3 Compare June 21, 2024 00:53
@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 dea9ec3 to 6a300be Compare October 7, 2024 15:42
@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 force-pushed the renovate/proc-macro2-1.x-lockfile branch from 6a300be to 911f0ff Compare October 16, 2024 17:22
@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 911f0ff to 9705051 Compare October 22, 2024 18:07
@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 9705051 to 1ca8f6c Compare November 21, 2024 04:31
@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 1ca8f6c to 40c9319 Compare November 21, 2024 06:43
@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 force-pushed the renovate/proc-macro2-1.x-lockfile branch from 40c9319 to 8e5dc37 Compare November 21, 2024 20:29
@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 8e5dc37 to f9a146d Compare January 11, 2025 06:12
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.92 fix(deps): update rust crate proc-macro2 to v1.0.93 Jan 11, 2025
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.93 fix(deps): update rust crate proc-macro2 to v1.0.94 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from f9a146d to ded9edb Compare March 3, 2025 16:30
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from ded9edb to f854afb Compare April 16, 2025 03:40
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.94 fix(deps): update rust crate proc-macro2 to v1.0.95 Apr 16, 2025
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from f854afb to 88a67b1 Compare August 11, 2025 02:10
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.95 fix(deps): update rust crate proc-macro2 to v1.0.96 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 88a67b1 to d3b5c02 Compare August 12, 2025 04:59
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.96 fix(deps): update rust crate proc-macro2 to v1.0.97 Aug 12, 2025
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from d3b5c02 to c705eae Compare August 16, 2025 17:38
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.97 fix(deps): update rust crate proc-macro2 to v1.0.98 Aug 16, 2025
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from c705eae to 835a9b5 Compare August 16, 2025 21:35
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.98 fix(deps): update rust crate proc-macro2 to v1.0.101 Aug 16, 2025
@renovate renovate bot changed the title fix(deps): update rust crate proc-macro2 to v1.0.101 chore(deps): update rust crate proc-macro2 to v1.0.101 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 835a9b5 to eac0530 Compare October 23, 2025 03:10
@renovate renovate bot changed the title chore(deps): update rust crate proc-macro2 to v1.0.101 chore(deps): update rust crate proc-macro2 to v1.0.102 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from eac0530 to 384c567 Compare October 24, 2025 02:52
@renovate renovate bot changed the title chore(deps): update rust crate proc-macro2 to v1.0.102 chore(deps): update rust crate proc-macro2 to v1.0.103 Oct 24, 2025
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 384c567 to 27222f3 Compare December 10, 2025 13:52
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 27222f3 to 37dd2c9 Compare December 27, 2025 17:38
@renovate renovate bot changed the title chore(deps): update rust crate proc-macro2 to v1.0.103 chore(deps): update rust crate proc-macro2 to v1.0.104 Dec 27, 2025
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 37dd2c9 to ca354dd Compare January 6, 2026 01:07
@renovate renovate bot changed the title chore(deps): update rust crate proc-macro2 to v1.0.104 chore(deps): update rust crate proc-macro2 to v1.0.105 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from ca354dd to 789a5be Compare January 22, 2026 00:50
@renovate renovate bot changed the title chore(deps): update rust crate proc-macro2 to v1.0.105 chore(deps): update rust crate proc-macro2 to v1.0.106 Jan 22, 2026
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from 789a5be to f779dbd Compare February 12, 2026 13:49
@renovate renovate bot force-pushed the renovate/proc-macro2-1.x-lockfile branch from f779dbd to aaedb5b Compare February 25, 2026 12:40
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