From a29749650d558f556cd1755719b7bfd25c93b7c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:37:17 +0000 Subject: [PATCH] chore: Bump syn from 2.0.48 to 2.0.55 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.48 to 2.0.55. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.48...2.0.55) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/wdk-macros/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a07919f..8c0bea97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -601,9 +601,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "syn" -version = "2.0.48" +version = "2.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" +checksum = "002a1b3dbf967edfafc32655d0f377ab0bb7b994aa1d32c8cc7e9b8bf3ebb8f0" dependencies = [ "proc-macro2", "quote", diff --git a/crates/wdk-macros/Cargo.toml b/crates/wdk-macros/Cargo.toml index 33c7a6a4..d3ec1d93 100644 --- a/crates/wdk-macros/Cargo.toml +++ b/crates/wdk-macros/Cargo.toml @@ -22,7 +22,7 @@ proc-macro = true cfg-if = "1.0.0" proc-macro2 = "1.0.78" quote = "1.0.35" -syn = { version = "2.0.48", features = ["full"] } +syn = { version = "2.0.55", features = ["full"] } [dev-dependencies] # use path dependency instead of workspace due to: https://github.com/eupn/macrotest/issues/95 @@ -31,7 +31,7 @@ lazy_static = "1.4.0" # Pin to github version due to: https://github.com/eupn/macrotest/issues/94 macrotest = { git = "https://github.com/eupn/macrotest", rev = "c4151a5" } paste = "1.0.14" -syn = { version = "2.0.48", features = ["extra-traits"] } +syn = { version = "2.0.55", features = ["extra-traits"] } trybuild = "1.0.89" owo-colors = "4.0.0"