From 30698018f176b250d21d1cd83b4b61366cb8e361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:14:29 +0000 Subject: [PATCH] build(deps): bump syn from 2.0.115 to 2.0.116 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.115 to 2.0.116. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.115...2.0.116) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.116 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- libs/procmacros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 857f941d..68cf293b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1984,9 +1984,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.115" +version = "2.0.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e614ed320ac28113fa64972c4262d5dbc89deacdfd00c34a3e4cea073243c12" +checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" dependencies = [ "proc-macro2", "quote", diff --git a/libs/procmacros/Cargo.toml b/libs/procmacros/Cargo.toml index cd5aacb8..6a772c3a 100644 --- a/libs/procmacros/Cargo.toml +++ b/libs/procmacros/Cargo.toml @@ -12,7 +12,7 @@ version.workspace = true [dependencies] proc-macro2 = "1.0.106" quote = "1.0.44" -syn = "2.0.115" +syn = "2.0.116" [lints] workspace = true