From d3de6da5287cd5b5f515f746a0c024cc89531ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 17:42:43 +0000 Subject: [PATCH] Bump syn from 2.0.114 to 2.0.117 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.114 to 2.0.117. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.114...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 ++-- 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 930189c71..962fc4a6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3343,9 +3343,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.114" +version = "2.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" +checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" dependencies = [ "proc-macro2", "quote", diff --git a/src/hyperlight_component_macro/Cargo.toml b/src/hyperlight_component_macro/Cargo.toml index ebef3f4b0..f3b28c811 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.244.0" } quote = { version = "1.0.44" } proc-macro2 = { version = "1.0.106" } -syn = { version = "2.0.114" } +syn = { version = "2.0.117" } 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 a0c6fb175..4ce0015dd 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.244.0" } quote = { version = "1.0.44" } proc-macro2 = { version = "1.0.106" } -syn = { version = "2.0.114" } +syn = { version = "2.0.117" } itertools = { version = "0.14.0" } prettyplease = { version = "0.2.37" } tracing = { version = "0.1.44", features = ["log"]} \ No newline at end of file