From 5f8643256c3f31bd8225aee4209e90e96d52612e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 03:21:28 +0000 Subject: [PATCH] Bump syn from 2.0.113 to 2.0.114 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.113 to 2.0.114. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.113...2.0.114) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.114 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 b94a83dc3..d8f2f11e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3293,9 +3293,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.113" +version = "2.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "678faa00651c9eb72dd2020cbdf275d92eccb2400d568e419efdd64838145cb4" +checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" dependencies = [ "proc-macro2", "quote", diff --git a/src/hyperlight_component_macro/Cargo.toml b/src/hyperlight_component_macro/Cargo.toml index bae99f1d3..508cc6aa8 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.243.0" } quote = { version = "1.0.43" } proc-macro2 = { version = "1.0.105" } -syn = { version = "2.0.113" } +syn = { version = "2.0.114" } 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 94ad3f51f..b18547143 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.243.0" } quote = { version = "1.0.43" } proc-macro2 = { version = "1.0.105" } -syn = { version = "2.0.113" } +syn = { version = "2.0.114" } itertools = { version = "0.14.0" } prettyplease = { version = "0.2.37" } log = { version = "0.4" } \ No newline at end of file