Bump syn from 2.0.16 to 2.0.18 (#1104)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-05-29 04:22:16 +00:00 committed by GitHub
parent 12346e21e8
commit f3c665a313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View file

@ -15,5 +15,5 @@ proc-macro = true
[dependencies]
leon = { version = "2.0.0", path = "../leon", default-features = false }
proc-macro2 = "1.0.59"
syn = { version = "2.0.16", default-features = false, features = ["proc-macro", "parsing"] }
syn = { version = "2.0.18", default-features = false, features = ["proc-macro", "parsing"] }
quote = "1.0.28"