From 6098cc4004cca6ba7c0d9744f2b650422e1092cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 11:29:33 +0000 Subject: [PATCH] Bump syn from 1.0.93 to 1.0.94 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.93...1.0.94) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- subvt-proc-macro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd603788..6761d09e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7044,9 +7044,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04066589568b72ec65f42d65a1a52436e954b168773148893c020269563decf2" +checksum = "a07e33e919ebcd69113d5be0e4d70c5707004ff45188910106854f38b960df4a" dependencies = [ "proc-macro2", "quote", diff --git a/subvt-proc-macro/Cargo.toml b/subvt-proc-macro/Cargo.toml index a78e99cd..d6322ccb 100644 --- a/subvt-proc-macro/Cargo.toml +++ b/subvt-proc-macro/Cargo.toml @@ -9,5 +9,5 @@ rust-version = "1.60.0" [dependencies] proc-macro2 = "1.0.38" -syn = "1.0.93" +syn = "1.0.94" quote = "1.0.18"