From cdde60bb2ab4fdcf3dd8c2458865dfcd62e5a9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:01:05 +0000 Subject: [PATCH] Bump syn from 2.0.98 to 2.0.99 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.98 to 2.0.99. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.98...2.0.99) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/macro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f98f38..e79580d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,9 +100,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "syn" -version = "2.0.98" +version = "2.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" +checksum = "e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2" dependencies = [ "proc-macro2", "quote", diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index ce86436..789a641 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" [dependencies] quote = "1.0.38" -syn = "2.0.98" +syn = "2.0.99" merge-whitespace-utils = { path = "../utils", version = "1.1.0" } [lib]