From 648c0a44b02f19ead1409a4184390518393334e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:34:52 +0000 Subject: [PATCH] Bump syn from 2.0.116 to 2.0.117 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.116 to 2.0.117. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.116...2.0.117) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.117 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- impl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 402c71b..3a594d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,9 +116,9 @@ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" [[package]] name = "syn" -version = "2.0.116" +version = "2.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" dependencies = [ "proc-macro2", "quote", diff --git a/impl/Cargo.toml b/impl/Cargo.toml index e545d02..9054073 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -18,7 +18,7 @@ proc-macro = true proc-macro2 = "1.0.106" quote = "1.0.44" regex = "1.12.3" -syn = { version = "2.0.116", features = [] } +syn = { version = "2.0.117", features = [] } [dev-dependencies] error-stack = "0.6.0"