From e18f2a53eee89f7cae434e423099266eb1267abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:02:03 +0000 Subject: [PATCH] build(deps): bump syn from 2.0.85 to 2.0.87 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.85 to 2.0.87. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.85...2.0.87) --- 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 0b912062555a..ffe454a9de08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1114,9 +1114,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "syn" -version = "2.0.85" +version = "2.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" +checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" dependencies = [ "proc-macro2", "quote", diff --git a/glib-macros/Cargo.toml b/glib-macros/Cargo.toml index 9546592eaad7..600b8eb8c3f8 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.85", features = ["full"] } +syn = { version = "2.0.87", features = ["full"] } proc-macro-crate = "3.1" [lib]