chore(deps): bump syn from 2.0.108 to 2.0.110

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.108 to 2.0.110.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.108...2.0.110)

---
updated-dependencies:
- dependency-name: syn
  dependency-version: 2.0.110
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-10 18:44:49 +00:00
committed by GitHub
parent 2442641479
commit 24bb6ca4d5
2 changed files with 49 additions and 49 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
syn = "2.0.106"
syn = "2.0.110"
quote = "1.0.40"
proc-macro2 = "1.0.101"