mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
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:
Generated
+2
-2
@@ -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
@@ -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
@@ -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
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user