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
Generated
+2 -2
View File
@@ -3498,9 +3498,9 @@ dependencies = [
[[package]]
name = "syn"
version = "1.0.107"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
+1 -1
View File
@@ -36,7 +36,7 @@ frame-metadata = { version = "15.0.0", features = ["v14", "std"] }
# decode bytes into the metadata types
scale = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
# generate the item mod for codegen
syn = "1.0.80"
syn = "1.0.109"
# communicate with the substrate nodes
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport", "http-client"] }
# async runtime
+1 -1
View File
@@ -20,7 +20,7 @@ heck = "0.4.1"
proc-macro2 = "1.0.51"
proc-macro-error = "1.0.4"
quote = "1.0.8"
syn = "1.0.58"
syn = "1.0.109"
scale-info = "2.0.0"
subxt-metadata = { version = "0.27.1", path = "../metadata" }
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport", "http-client"] }
+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" }
+1 -1
View File
@@ -26,7 +26,7 @@ scale-info = { version = "2.0.0", features = ["bit-vec"] }
sp-core = { version = "16.0.0", default-features = false }
sp-keyring = "18.0.0"
sp-runtime = "18.0.0"
syn = "1.0.0"
syn = "1.0.109"
subxt = { version = "0.27.1", path = "../../subxt" }
subxt-codegen = { version = "0.27.1", path = "../../codegen" }
test-runtime = { path = "../test-runtime" }