From 7e1ece7270544a9dbfac671aea8b801d7cde9ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:09:50 +0000 Subject: [PATCH] build(deps): bump syn from 2.0.53 to 2.0.55 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.53 to 2.0.55. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.53...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 ++-- glib-macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c049fb715b11..b7af9ba24efd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1117,9 +1117,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "syn" -version = "2.0.53" +version = "2.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032" +checksum = "002a1b3dbf967edfafc32655d0f377ab0bb7b994aa1d32c8cc7e9b8bf3ebb8f0" dependencies = [ "proc-macro2", "quote", diff --git a/glib-macros/Cargo.toml b/glib-macros/Cargo.toml index 8a4b73d2569b..86322e1c1ba2 100644 --- a/glib-macros/Cargo.toml +++ b/glib-macros/Cargo.toml @@ -16,7 +16,7 @@ version.workspace = true heck = "0.5" proc-macro2 = "1.0" quote = "1.0" -syn = { version = "2.0.52", features = ["full"] } +syn = { version = "2.0.55", features = ["full"] } proc-macro-crate = "3.1" [lib]