From 43dcfdd6e1abf62b316695a89fad09fd3c5766ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:58:40 +0000 Subject: [PATCH] Bump syn from 2.0.29 to 2.0.32 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.29 to 2.0.32. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.29...2.0.32) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- mono-proc/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 575790a..552a5c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.29", + "syn 2.0.32", ] [[package]] @@ -133,9 +133,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.29" +version = "2.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" +checksum = "239814284fd6f1a4ffe4ca893952cdd93c224b6a1571c9a9eadd670295c0c9e2" dependencies = [ "proc-macro2", "quote", diff --git a/mono-proc/Cargo.toml b/mono-proc/Cargo.toml index 1960963..1449234 100644 --- a/mono-proc/Cargo.toml +++ b/mono-proc/Cargo.toml @@ -10,4 +10,4 @@ proc-macro = true proc-macro-error = "1.0.4" proc-macro2 = "1.0.66" quote = "1.0.33" -syn = { version = "2.0.29", features = ["full"] } +syn = { version = "2.0.32", features = ["full"] }