From bcefe9f9cf7f85a0ae78f185aa49cf08c0dc5b2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 10:36:13 +0000 Subject: [PATCH] Bump syn from 2.0.107 to 2.0.108 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.107 to 2.0.108. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.107...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 | 4 ++-- src/hyperlight_component_macro/Cargo.toml | 2 +- src/hyperlight_component_util/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ad1a78f9..a41d2c509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3312,9 +3312,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.107" +version = "2.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b" +checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917" dependencies = [ "proc-macro2", "quote", diff --git a/src/hyperlight_component_macro/Cargo.toml b/src/hyperlight_component_macro/Cargo.toml index 35a452689..6082b9828 100644 --- a/src/hyperlight_component_macro/Cargo.toml +++ b/src/hyperlight_component_macro/Cargo.toml @@ -19,7 +19,7 @@ proc-macro = true wasmparser = { version = "0.240.0" } quote = { version = "1.0.41" } proc-macro2 = { version = "1.0.102" } -syn = { version = "2.0.107" } +syn = { version = "2.0.108" } itertools = { version = "0.14.0" } prettyplease = { version = "0.2.37" } hyperlight-component-util = { workspace = true } diff --git a/src/hyperlight_component_util/Cargo.toml b/src/hyperlight_component_util/Cargo.toml index 6a2e942b5..deb4078bf 100644 --- a/src/hyperlight_component_util/Cargo.toml +++ b/src/hyperlight_component_util/Cargo.toml @@ -18,7 +18,7 @@ name = "hyperlight_component_util" wasmparser = { version = "0.240.0" } quote = { version = "1.0.41" } proc-macro2 = { version = "1.0.102" } -syn = { version = "2.0.107" } +syn = { version = "2.0.108" } itertools = { version = "0.14.0" } prettyplease = { version = "0.2.37" } log = { version = "0.4" } \ No newline at end of file