From e4199f900faf31e28e601f422937647d0eb6a136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 12:16:10 +0000 Subject: [PATCH] Bump syn from 1.0.91 to 1.0.92 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.91 to 1.0.92. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.91...1.0.92) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- polkadot/Cargo.lock | 4 ++-- polkadot/node/gum/proc-macro/Cargo.toml | 2 +- polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml | 2 +- polkadot/xcm/procedural/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index d2431d6d6e..a380552024 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -11383,9 +11383,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.91" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d" +checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52" dependencies = [ "proc-macro2", "quote", diff --git a/polkadot/node/gum/proc-macro/Cargo.toml b/polkadot/node/gum/proc-macro/Cargo.toml index cb72bb56a7..05c4777ded 100644 --- a/polkadot/node/gum/proc-macro/Cargo.toml +++ b/polkadot/node/gum/proc-macro/Cargo.toml @@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"] proc-macro = true [dependencies] -syn = { version = "1.0.91", features = ["full", "extra-traits"] } +syn = { version = "1.0.92", features = ["full", "extra-traits"] } quote = "1.0.18" proc-macro2 = "1.0.37" proc-macro-crate = "1.1.3" diff --git a/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml b/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml index 963b614c38..436384ca0a 100644 --- a/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml +++ b/polkadot/node/overseer/overseer-gen/proc-macro/Cargo.toml @@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"] proc-macro = true [dependencies] -syn = { version = "1.0.91", features = ["full", "extra-traits"] } +syn = { version = "1.0.92", features = ["full", "extra-traits"] } quote = "1.0.18" proc-macro2 = "1.0.37" proc-macro-crate = "1.1.3" diff --git a/polkadot/xcm/procedural/Cargo.toml b/polkadot/xcm/procedural/Cargo.toml index 7a99394bb6..7aaaf38d86 100644 --- a/polkadot/xcm/procedural/Cargo.toml +++ b/polkadot/xcm/procedural/Cargo.toml @@ -10,5 +10,5 @@ proc-macro = true [dependencies] proc-macro2 = "1.0.37" quote = "1.0.18" -syn = "1.0.91" +syn = "1.0.92" Inflector = "0.11.4"