From f7b58c1517c1f6579878b7f81d09b60714833008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:36:50 +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 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e385ab4..05dd7f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -939,9 +939,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[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/macros/Cargo.toml b/macros/Cargo.toml index 2a9e25b..e455e3e 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -18,7 +18,7 @@ darling = "0.23.0" proc-macro2 = "1.0.106" quote = "1.0.44" serde = { version = "1.0.228", features = ["derive"] } -syn = { version = "2.0.114", features = ["full", "proc-macro"] } +syn = { version = "2.0.115", features = ["full", "proc-macro"] } thiserror = "2.0.18" ureq = { version = "3.2.0", features = ["json"] }