From 4541233496a243ada0b08309c70d19ee081188f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:18:04 +0000 Subject: [PATCH] build(deps): bump syn from 2.0.96 to 2.0.98 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.96 to 2.0.98. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.96...2.0.98) --- 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 9c01151547e6..df3ba39d29c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1115,9 +1115,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "syn" -version = "2.0.96" +version = "2.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" +checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" dependencies = [ "proc-macro2", "quote", diff --git a/glib-macros/Cargo.toml b/glib-macros/Cargo.toml index 04461f77ebd1..d2c12898ef49 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.96", features = ["full"] } +syn = { version = "2.0.98", features = ["full"] } proc-macro-crate = "3.1" [lib]