From 818da57386900e9b3eb934eaf868161ed3eb6d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 19:56:15 +0200 Subject: [PATCH] Bump syn from 1.0.90 to 1.0.91 (#5273) Bumps [syn](https://github.com/dtolnay/syn) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.90...1.0.91) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- node/gum/proc-macro/Cargo.toml | 2 +- node/overseer/overseer-gen/proc-macro/Cargo.toml | 2 +- xcm/procedural/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 075cc29f76e9..7c498e5fe97d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11103,9 +11103,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "704df27628939572cd88d33f171cd6f896f4eaca85252c6e0a72d8d8287ee86f" +checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d" dependencies = [ "proc-macro2", "quote", diff --git a/node/gum/proc-macro/Cargo.toml b/node/gum/proc-macro/Cargo.toml index 957a731a2a00..60b4d554e57c 100644 --- a/node/gum/proc-macro/Cargo.toml +++ b/node/gum/proc-macro/Cargo.toml @@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"] proc-macro = true [dependencies] -syn = { version = "1.0.90", features = ["full", "extra-traits"] } +syn = { version = "1.0.91", features = ["full", "extra-traits"] } quote = "1.0.17" proc-macro2 = "1.0.36" proc-macro-crate = "1.1.3" diff --git a/node/overseer/overseer-gen/proc-macro/Cargo.toml b/node/overseer/overseer-gen/proc-macro/Cargo.toml index 44168b79fdc4..ccc55ab1ba7d 100644 --- a/node/overseer/overseer-gen/proc-macro/Cargo.toml +++ b/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.90", features = ["full", "extra-traits"] } +syn = { version = "1.0.91", features = ["full", "extra-traits"] } quote = "1.0.17" proc-macro2 = "1.0.36" proc-macro-crate = "1.1.3" diff --git a/xcm/procedural/Cargo.toml b/xcm/procedural/Cargo.toml index 3b72a1556df3..0baa18024aba 100644 --- a/xcm/procedural/Cargo.toml +++ b/xcm/procedural/Cargo.toml @@ -10,5 +10,5 @@ proc-macro = true [dependencies] proc-macro2 = "1.0.36" quote = "1.0.17" -syn = "1.0.90" +syn = "1.0.91" Inflector = "0.11.4"