From 559bf4d216e700f24a0582ded360ed8f2b2bf5ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:56:06 +0000 Subject: [PATCH] build(deps): bump syn from 2.0.104 to 2.0.108 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.104 to 2.0.108. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.104...2.0.108) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.108 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- cruct_proc/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e495f1..6eae924 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ dependencies = [ "cruct_shared", "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.108", "thiserror", ] @@ -342,7 +342,7 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.108", ] [[package]] @@ -358,9 +358,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.104" +version = "2.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" +checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917" dependencies = [ "proc-macro2", "quote", @@ -397,7 +397,7 @@ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.104", + "syn 2.0.108", ] [[package]] diff --git a/cruct_proc/Cargo.toml b/cruct_proc/Cargo.toml index f28c70f..15f3f62 100644 --- a/cruct_proc/Cargo.toml +++ b/cruct_proc/Cargo.toml @@ -21,5 +21,5 @@ proc-macro = true cruct_shared = { version = "=1.0.0", path = "../cruct_shared" } proc-macro2 = "1.0.94" quote = "1.0.40" -syn = { version = "2.0.104", features = ["full"] } +syn = { version = "2.0.108", features = ["full"] } thiserror = "2.0.12"