Bump syn from 1.0.107 to 1.0.109 (#838)

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

---
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-02-27 10:55:56 +01:00
committed by GitHub
parent 529fd8a1ef
commit 61457ea873
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ proc-macro = true
[dependencies]
darling = "0.14.3"
proc-macro-error = "1.0.4"
syn = "1.0.58"
syn = "1.0.109"
subxt-codegen = { path = "../codegen", version = "0.27.1" }