From 3c2ad188cecb79881231d0d381d51b79036d5782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 03:03:27 +0000 Subject: [PATCH] build(deps): bump syn from 2.0.119 to 3.0.3 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.119 to 3.0.3. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.119...3.0.3) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0c497d1..62a58e27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -663,7 +663,7 @@ version = "0.3.0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", "trybuild", "version-sync", ] diff --git a/Cargo.toml b/Cargo.toml index 16ed4f31..b95f7126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ predicates = { version = "3.1.4", default-features = false } proc-macro2 = "1.0" quote = "1.0" static_assertions = "1.1.0" -syn = "2.0" +syn = "3.0" tempfile = "3.27.0" term-transcript = { version = "0.5.0", features = ["portable-pty"] } test-casing = "0.2.0"