From e31251f352a71108f64540e996f950466cebaec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:03:11 +0000 Subject: [PATCH] build(deps): bump syn from 2.0.114 to 2.0.115 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.114 to 2.0.115. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.114...2.0.115) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.115 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 3c555fa4..857f941d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1984,9 +1984,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.114" +version = "2.0.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" +checksum = "6e614ed320ac28113fa64972c4262d5dbc89deacdfd00c34a3e4cea073243c12" dependencies = [ "proc-macro2", "quote", diff --git a/libs/procmacros/Cargo.toml b/libs/procmacros/Cargo.toml index 0cf7397f..cd5aacb8 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.114" +syn = "2.0.115" [lints] workspace = true