chore(deps): update rust crate proc-macro2 to v1.0.106#21
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update rust crate proc-macro2 to v1.0.106#21renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
6f1842c to
ce347dc
Compare
ce347dc to
dd04ebb
Compare
dd04ebb to
16bef0e
Compare
16bef0e to
1f5c5df
Compare
1f5c5df to
dea9ec3
Compare
dea9ec3 to
6a300be
Compare
6a300be to
911f0ff
Compare
911f0ff to
9705051
Compare
9705051 to
1ca8f6c
Compare
1ca8f6c to
40c9319
Compare
40c9319 to
8e5dc37
Compare
8e5dc37 to
f9a146d
Compare
f9a146d to
ded9edb
Compare
ded9edb to
f854afb
Compare
f854afb to
88a67b1
Compare
88a67b1 to
d3b5c02
Compare
d3b5c02 to
c705eae
Compare
c705eae to
835a9b5
Compare
835a9b5 to
eac0530
Compare
eac0530 to
384c567
Compare
384c567 to
27222f3
Compare
27222f3 to
37dd2c9
Compare
37dd2c9 to
ca354dd
Compare
ca354dd to
789a5be
Compare
789a5be to
f779dbd
Compare
f779dbd to
aaedb5b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.19→1.0.106Release Notes
dtolnay/proc-macro2 (proc-macro2)
v1.0.106Compare Source
Span::byte_range(#530)v1.0.105Compare Source
v1.0.104Compare Source
v1.0.103Compare Source
Literalmethodsstr_value,cstr_value,byte_str_value(#525)v1.0.102Compare Source
v1.0.101Compare Source
v1.0.100Compare Source
Spanmethods on Rust 1.88+:start,end,line,column,file,local_file(#517, #518)v1.0.99Compare Source
v1.0.98Compare Source
'prefix#lifetime(#514, rust-lang/rust#126452)v1.0.97Compare Source
v1.0.96Compare Source
v1.0.95Compare Source
RUSTFLAGS=--cfg=procmacro2_semver_exemptto that of nightly-2025-04-16 (#497)v1.0.94Compare Source
v1.0.93Compare Source
v1.0.92Compare Source
v1.0.91Compare Source
v1.0.90Compare Source
v1.0.89Compare Source
v1.0.88Compare Source
Span::startandSpan::endinside proc macros on nightly (#472)v1.0.87Compare Source
Punct::new(#470)v1.0.86Compare Source
v1.0.85Compare Source
v1.0.84Compare Source
v1.0.83Compare Source
Ident(#462)v1.0.82Compare Source
v1.0.81Compare Source
v1.0.80Compare Source
Literal::byte_characterconstructor (#449)Literal::c_stringconstructor #450)v1.0.79Compare Source
v1.0.78Compare Source
v1.0.77Compare Source
v1.0.76Compare Source
dead_codewarning false positive (#435)v1.0.75Compare Source
v1.0.74Compare Source
v1.0.73Compare Source
v1.0.72Compare Source
v1.0.71Compare Source
deny(unsafe_op_in_unsafe_fn)lintv1.0.70Compare Source
Ident::newso that panics on invalid input are attributed to the caller (#423)v1.0.69Compare Source
v1.0.68Compare Source
v1.0.67Compare Source
(/*ERROR*/)placeholder that rustc uses for macros that fail to expand (#405)v1.0.66Compare Source
v1.0.65Compare Source
v1.0.64Compare Source
\rin between tokens (#399)v1.0.63Compare Source
c"…"c-string literals (tracking issue: rust-lang/rust#105723)v1.0.62Compare Source
yanked
v1.0.61Compare Source
v1.0.60Compare Source
v1.0.59Compare Source
v1.0.58Compare Source
v1.0.57Compare Source
start()/end()implementation onSpanwhile the upstream API is iterated on (#383, rust-lang/rust#111571)v1.0.56Compare Source
v1.0.55Compare Source
Spanfor literals produced via theFromStrimpl ofLiteral(#378)Literal::subspanin non-macro contexts when "span-locations" feature is enabled (#379)v1.0.54Compare Source
v1.0.53Compare Source
source_text()method (#350)v1.0.52Compare Source
Group::delim_span(#366)v1.0.51Compare Source
#used for delimiting a raw string literal: 255 (#364)v1.0.50Compare Source
v1.0.49Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.48Compare Source
v1.0.47Compare Source
v1.0.46Compare Source
FromStrimpl consistent with proc_macro::TokenStream's on strings that begin with a byte order mark\u{feff}(#353)v1.0.45Compare Source
r#self(#351)v1.0.44Compare Source
span.before()andspan.after()to access an emptySpanlocated immediately before or after the input span (#348, upstream tracking issue: rust-lang/rust#87552)v1.0.43Compare Source
v1.0.42Compare Source
v1.0.41Compare Source
.size_hint()fromTokenStream's iterator (#334)v1.0.40Compare Source
Ident::new_rawconstructor (#331, thanks @mystor)v1.0.39Compare Source
v1.0.38Compare Source
Literal::byte_stringconstructor (#328)v1.0.37Compare Source
v1.0.36Compare Source
quote!macrov1.0.35Compare Source
v1.0.34Compare Source
v1.0.33Compare Source
Group::span_open/span_closeon Rust 1.55+ to reflect their stabilization in rustc (#305, rust-lang/rust#86136)v1.0.32Compare Source
v1.0.31Compare Source
v1.0.30Compare Source
v1.0.29Compare Source
impl FromStr for Literal(#287)v1.0.28Compare Source
v1.0.27Compare Source
impl FromStr for Literal(#286, rust-lang/rust#84717)v1.0.26Compare Source
impl LexError { pub fn span(&self) -> Span }(#283)v1.0.25Compare Source
v1.0.24Compare Source
v1.0.23Compare Source
v1.0.22Compare Source
v1.0.21Compare Source
v1.0.20Compare 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.
This PR was generated by Mend Renovate. View the repository job log.