From 652817903bc8829dc6897590828c4d09a76de991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:02:50 +0000 Subject: [PATCH] build(deps): bump syn from 2.0.87 to 2.0.89 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.87 to 2.0.89. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.87...2.0.89) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- glib-macros/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2292a7aee164..6a8255bced7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -822,9 +822,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.89" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" +checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" dependencies = [ "unicode-ident", ] @@ -1102,9 +1102,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "syn" -version = "2.0.87" +version = "2.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d" +checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e" dependencies = [ "proc-macro2", "quote", diff --git a/glib-macros/Cargo.toml b/glib-macros/Cargo.toml index 600b8eb8c3f8..2203810e902a 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.87", features = ["full"] } +syn = { version = "2.0.89", features = ["full"] } proc-macro-crate = "3.1" [lib]