Update syn and fix compilation (#11707)

* Update syn and fix compilation

* Bump pin-project
This commit is contained in:
Bastian Köcher
2022-06-20 11:53:41 +02:00
committed by GitHub
parent 19ce14c1ff
commit 94976af3d5
16 changed files with 37 additions and 30 deletions
@@ -18,7 +18,7 @@ proc-macro = true
proc-macro-crate = "1.1.3"
proc-macro2 = "1.0.37"
quote = "1.0.10"
syn = { version = "1.0.82", features = ["full", "visit"] }
syn = { version = "1.0.98", features = ["full", "visit"] }
[dev-dependencies]
sp-runtime = { version = "6.0.0", path = "../../../primitives/runtime" }