graph-node
graph-node copied to clipboard
build(deps): bump syn from 2.0.69 to 2.0.79
Bumps syn from 2.0.69 to 2.0.79.
Release notes
Sourced from syn's releases.
2.0.79
- Fix infinite loop on parsing chained ranges (#1741)
- Fix panic in parsing
useitems containing absolute paths (#1742)2.0.78
- Fix infinite loop on chained comparison (#1739)
2.0.77
- Support parsing
Expr::Tuplein non-"full" mode (#1727)2.0.76
- Enforce that tail call
becomekeyword is followed by an expression (#1725)2.0.75
- Automatically fill in missing turbofish when printing ExprPath and other paths in expression position (#1722)
2.0.74
- Fix "temporary is dropped and runs the destructor for type `impl Iterator`" regression affecting certain use of
Genericsiterator methods (#1719)2.0.73
- Support parsing unnamed C varargs within function pointer types (#1711)
- Improve synthesized error message on unexpected tokens at the end of the expected contents of a delimited group (#1713)
- Support parsing unstable tail call syntax (#1714, rust-lang/rust#112788)
- Add
Fields::membersiterator (#1716, thanks@Fancyflame)2.0.72
- Parse
use<'a, T>precise capturing bounds (#1707, thanks@compiler-errors)2.0.71
- Do not require mutable borrow in Punctuated::get() (#1706, thanks
@lemunozm)2.0.70
Commits
732e6e3Release 2.0.79af63396Merge pull request #1742 from dtolnay/usecrateroot31e8632Fix construction of UseGroup containing crate roots037861aMerge pull request #1741 from dtolnay/binoploop8df4dd0Force cursor to advance in parse_expr calls09d020fRelease 2.0.787eaebfbMerge pull request #1739 from dtolnay/chainedcomparisonb3d2886Fix infinite loop on chained comparison3f3d0c5Add regression test for issue 1738346efaeTouch up PR 1737- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)