-
Notifications
You must be signed in to change notification settings - Fork 0
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 #16
Closed
Conversation
This file contains 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
ff0854c
to
5fd8dab
Compare
5fd8dab
to
883a5f8
Compare
883a5f8
to
044f1fb
Compare
044f1fb
to
421c7d1
Compare
421c7d1
to
2bc7fae
Compare
2bc7fae
to
d65efd6
Compare
d65efd6
to
492542f
Compare
492542f
to
051137c
Compare
051137c
to
9fe7ce0
Compare
9fe7ce0
to
cf954c8
Compare
cf954c8
to
36ce736
Compare
36ce736
to
e0db330
Compare
e0db330
to
fce0a84
Compare
fce0a84
to
f04b6ce
Compare
f04b6ce
to
f6f588d
Compare
f6f588d
to
0a3ec0b
Compare
0a3ec0b
to
f450a40
Compare
f450a40
to
c960be1
Compare
c960be1
to
63cf0e7
Compare
63cf0e7
to
aea0800
Compare
aea0800
to
968e8e6
Compare
968e8e6
to
3584dc1
Compare
3584dc1
to
755354f
Compare
755354f
to
0e38e2c
Compare
0e38e2c
to
e46d8ab
Compare
e46d8ab
to
f1f3959
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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
->^1.0.81
Release Notes
dtolnay/proc-macro2 (proc-macro2)
v1.0.81
Compare Source
v1.0.80
Compare Source
Literal::byte_character
constructor (#449)Literal::c_string
constructor #450)v1.0.79
Compare Source
v1.0.78
Compare Source
v1.0.77
Compare Source
v1.0.76
Compare Source
dead_code
warning false positive (#435)v1.0.75
Compare Source
v1.0.74
Compare Source
v1.0.73
Compare Source
v1.0.72
Compare Source
v1.0.71
Compare Source
deny(unsafe_op_in_unsafe_fn)
lintv1.0.70
Compare Source
Ident::new
so that panics on invalid input are attributed to the caller (#423)v1.0.69
Compare Source
v1.0.68
Compare Source
v1.0.67
Compare Source
(/*ERROR*/)
placeholder that rustc uses for macros that fail to expand (#405)v1.0.66
Compare Source
v1.0.65
Compare Source
v1.0.64
Compare Source
\r
in between tokens (#399)v1.0.63
Compare Source
c"…"
c-string literals (tracking issue: https://github.com/rust-lang/rust/issues/105723)v1.0.62
Compare Source
yanked
v1.0.61
Compare Source
v1.0.60
Compare Source
v1.0.59
Compare Source
v1.0.58
Compare Source
v1.0.57
Compare Source
start()
/end()
implementation onSpan
while the upstream API is iterated on (#383, https://github.com/rust-lang/rust/pull/111571)v1.0.56
Compare Source
v1.0.55
Compare Source
Span
for literals produced via theFromStr
impl ofLiteral
(#378)Literal::subspan
in non-macro contexts when "span-locations" feature is enabled (#379)v1.0.54
Compare Source
v1.0.53
Compare Source
source_text()
method (#350)v1.0.52
Compare Source
Group::delim_span
(#366)v1.0.51
Compare Source
#
used for delimiting a raw string literal: 255 (#364)v1.0.50
Compare Source
v1.0.49
Compare Source
-Zrustdoc-scrape-examples
on docs.rs for nowv1.0.48
Compare Source
v1.0.47
Compare Source
v1.0.46
Compare Source
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
r#self
(#351)v1.0.44
Compare Source
span.before()
andspan.after()
to access an emptySpan
located immediately before or after the input span (#348, upstream tracking issue: https://github.com/rust-lang/rust/issues/87552)v1.0.43
Compare Source
v1.0.42
Compare Source
v1.0.41
Compare Source
.size_hint()
fromTokenStream
's iterator (#334)v1.0.40
Compare Source
Ident::new_raw
constructor (#331, thanks @mystor)v1.0.39
Compare Source
v1.0.38
Compare Source
Literal::byte_string
constructor (#328)v1.0.37
Compare Source
v1.0.36
Compare Source
quote!
macrov1.0.35
Compare Source
v1.0.34
Compare Source
v1.0.33
Compare Source
Group::span_open
/span_close
on Rust 1.55+ to reflect their stabilization in rustc (#305, https://github.com/rust-lang/rust/pull/86136)v1.0.32
Compare Source
v1.0.31
Compare Source
v1.0.30
Compare Source
v1.0.29
Compare Source
impl FromStr for Literal
(#287)v1.0.28
Compare Source
v1.0.27
Compare Source
impl FromStr for Literal
(#286, https://github.com/rust-lang/rust/pull/84717)v1.0.26
Compare Source
impl LexError { pub fn span(&self) -> Span }
(#283)v1.0.25
Compare Source
v1.0.24
Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.