From b8c5acbfa6fb72a7d53b02cedbccc18ac4534969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 03:11:36 +0000 Subject: [PATCH] Bump syn from 2.0.111 to 2.0.112 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.111 to 2.0.112. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.111...2.0.112) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.112 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 68863309e..98817bd8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3308,9 +3308,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "syn" -version = "2.0.111" +version = "2.0.112" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" +checksum = "21f182278bf2d2bcb3c88b1b08a37df029d71ce3d3ae26168e3c653b213b99d4" dependencies = [ "proc-macro2", "quote", diff --git a/src/hyperlight_component_macro/Cargo.toml b/src/hyperlight_component_macro/Cargo.toml index bd3c2e427..d0715ab34 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.42" } proc-macro2 = { version = "1.0.103" } -syn = { version = "2.0.111" } +syn = { version = "2.0.112" } 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 1292ca527..ff61605b0 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.42" } proc-macro2 = { version = "1.0.103" } -syn = { version = "2.0.111" } +syn = { version = "2.0.112" } itertools = { version = "0.14.0" } prettyplease = { version = "0.2.37" } log = { version = "0.4" } \ No newline at end of file