Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps syn from 1.0.109 to 2.0.104.

Release notes

Sourced from syn's releases.

2.0.104

  • Disallow attributes on range expression (#1872)

2.0.103

  • Insert parentheses around binary operation with attribute (#1871)

2.0.102

  • Fix printing of nested Expr::Index and Expr::Tuple in non-full mode (#1869)

2.0.101

  • Improve TypeGenerics::as_turbofish to return longer-lived return value (#1861)

2.0.100

  • Add Visit::visit_token_stream, VisitMut::visit_token_stream_mut, Fold::fold_token_stream for processing TokenStream during syntax tree traversals (#1852)

2.0.99

  • Documentation improvements

2.0.98

  • Allow lifetimes in function pointer return values in ParseStream::call and Punctuated parsers (#1847)

2.0.97

  • Documentation improvements

2.0.96

2.0.95

  • Fix parenthesization of struct literals in let-chains (#1832)

2.0.94

2.0.93

  • Fix expression parsing edge cases: x as T <<= y (#1804), break as T (#1805), match x { _ if .. => {} } (#1807)
  • Fix expression printing edge cases: || -> T 'a: {} (#1806), if break x {} (#1808, #1810)

2.0.92

  • Fix parenthesization of jumps inside ranges (#1798)

2.0.91

  • Support parsing Vec<Arm> using parse_quote! (#1796, #1797)

2.0.90

  • Fix automatic parenthesization of subexpressions containing outer attributes, such as (#[attr] thing).field (#1785)
  • Fix automatic parenthesization of function calls via a struct field, such as (thing.field)() and thing.0() (#1786)

2.0.89

... (truncated)

Commits
  • 2283a98 Release 2.0.104
  • d745687 Merge pull request #1872 from dtolnay/attrrange
  • 350a4ab Disallow attributes on range expression
  • da96f95 Add test of attributes on range
  • 7a79818 Update test suite to nightly-2025-06-19
  • 85d4276 Release 2.0.103
  • 6f7b0f3 Merge pull request #1871 from dtolnay/binaryattr
  • 89f88fa Correctly track bailouts in parenthesized binary expressions
  • 0e07372 Add binary operator attribute bailout test
  • ca8d876 Insert parentheses around binary operation with attribute
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

This change is Reviewable

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 4, 2025
@vercel
Copy link

vercel bot commented Aug 4, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
nym-explorer-v2 Ready Ready Preview Comment Sep 1, 2025 10:46am
nym-node-status Canceled Canceled Sep 1, 2025 10:46am
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
docs-nextra Ignored Ignored Preview Sep 1, 2025 10:46am

@dependabot dependabot bot force-pushed the dependabot/cargo/syn-2.0.104 branch from 8f814fc to 11e3561 Compare August 5, 2025 11:31
@dependabot dependabot bot force-pushed the dependabot/cargo/syn-2.0.104 branch from 11e3561 to f2232c2 Compare August 6, 2025 07:57
@dependabot dependabot bot force-pushed the dependabot/cargo/syn-2.0.104 branch from f2232c2 to 25243fe Compare August 12, 2025 08:06
@dependabot dependabot bot force-pushed the dependabot/cargo/syn-2.0.104 branch from 25243fe to 281364a Compare August 18, 2025 16:43
@dependabot dependabot bot force-pushed the dependabot/cargo/syn-2.0.104 branch from 281364a to ab6b926 Compare August 19, 2025 08:31
@dependabot dependabot bot force-pushed the dependabot/cargo/syn-2.0.104 branch from ab6b926 to cd19ecd Compare August 20, 2025 15:19
@dependabot dependabot bot force-pushed the dependabot/cargo/syn-2.0.104 branch 2 times, most recently from 507c333 to 0edeaa6 Compare August 21, 2025 10:25
@dependabot dependabot bot force-pushed the dependabot/cargo/syn-2.0.104 branch from 0edeaa6 to 3937a63 Compare August 27, 2025 08:07
@jstuczyn
Copy link
Contributor

@dependabot rebase

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.104.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.109...2.0.104)

---
updated-dependencies:
- dependency-name: syn
  dependency-version: 2.0.104
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@jstuczyn
Copy link
Contributor

jstuczyn commented Sep 1, 2025

superseded by #5998

@jstuczyn jstuczyn closed this Sep 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/syn-2.0.104 branch September 1, 2025 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants