-
Notifications
You must be signed in to change notification settings - Fork 1
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 syn to v2.0.79 #62
Merged
Merged
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
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.64
fix(deps): update rust crate syn to v2.0.65
May 19, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
from
May 19, 2024 20:30
f6c9b8e
to
2dd88b4
Compare
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.65
fix(deps): update rust crate syn to v2.0.66
May 24, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
from
May 24, 2024 01:17
2dd88b4
to
bde8bf0
Compare
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.66
fix(deps): update rust crate syn to v2.0.67
Jun 21, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
2 times, most recently
from
June 24, 2024 01:23
22dc2cb
to
25f26e7
Compare
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.67
fix(deps): update rust crate syn to v2.0.68
Jun 24, 2024
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.68
fix(deps): update rust crate syn to v2.0.69
Jul 7, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
from
July 7, 2024 00:53
25f26e7
to
b83b9cf
Compare
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.69
fix(deps): update rust crate syn to v2.0.70
Jul 8, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
2 times, most recently
from
July 12, 2024 13:32
026bb42
to
74162e5
Compare
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.70
fix(deps): update rust crate syn to v2.0.71
Jul 12, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
from
July 22, 2024 04:57
74162e5
to
4b96df9
Compare
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.71
fix(deps): update rust crate syn to v2.0.72
Jul 22, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
from
August 11, 2024 08:40
4b96df9
to
3943b16
Compare
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.72
fix(deps): update rust crate syn to v2.0.73
Aug 11, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
from
August 11, 2024 20:29
3943b16
to
42c851d
Compare
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.73
fix(deps): update rust crate syn to v2.0.74
Aug 11, 2024
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.74
fix(deps): update rust crate syn to v2.0.75
Aug 17, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
from
August 17, 2024 23:15
42c851d
to
1054b17
Compare
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.75
fix(deps): update rust crate syn to v2.0.76
Aug 24, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
from
August 24, 2024 07:24
1054b17
to
dda9ad3
Compare
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.76
fix(deps): update rust crate syn to v2.0.77
Aug 31, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
from
September 16, 2024 10:30
dda9ad3
to
451a887
Compare
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
from
September 27, 2024 19:00
451a887
to
7cbf785
Compare
renovate
bot
changed the title
fix(deps): update rust crate syn to v2.0.77
fix(deps): update rust crate syn to v2.0.79
Sep 27, 2024
renovate
bot
force-pushed
the
renovate/syn-2.x-lockfile
branch
from
October 5, 2024 06:25
7cbf785
to
89c2758
Compare
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:
2.0.63
->2.0.79
Release Notes
dtolnay/syn (syn)
v2.0.79
Compare Source
use
items containing absolute paths (#1742)v2.0.78
Compare Source
v2.0.77
Compare Source
Expr::Tuple
in non-"full" mode (#1727)v2.0.76
Compare Source
become
keyword is followed by an expression (#1725)v2.0.75
Compare Source
v2.0.74
Compare Source
Generics
iterator methods (#1719)v2.0.73
Compare Source
Fields::members
iterator (#1716, thanks @Fancyflame)v2.0.72
Compare Source
use<'a, T>
precise capturing bounds (#1707, thanks @compiler-errors)v2.0.71
Compare Source
v2.0.70
Compare Source
v2.0.69
Compare Source
Punctuated::get
andget_mut
(#1693)v2.0.68
Compare Source
parse_quote!
parses invalid syntax (#1690, thanks @stepancheg)Group
andLifetime
(#1687)v2.0.67
Compare Source
LitCStr
in ParseStream::peek (#1682)v2.0.66
Compare Source
v2.0.65
Compare Source
Fold
to compile faster (#1666, #1667, #1668)v2.0.64
Compare Source
catch_unwind
(#1646)break
andreturn
in loop headers (#1656)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.