From 093670c2e10defcd21acabd8546393be45555f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:06:01 +0000 Subject: [PATCH] Bump syn from 2.0.100 to 2.0.101 Bumps [syn](https://github.com/dtolnay/syn) from 2.0.100 to 2.0.101. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.100...2.0.101) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.101 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 47f82f71d..4c3b0bcbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2988,9 +2988,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.100" +version = "2.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" +checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" dependencies = [ "proc-macro2", "quote", diff --git a/src/hyperlight_component_macro/Cargo.toml b/src/hyperlight_component_macro/Cargo.toml index 0eefd58b4..8ea02bfdd 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.224.0" } quote = { version = "1.0.38" } proc-macro2 = { version = "1.0.95" } -syn = { version = "2.0.96" } +syn = { version = "2.0.101" } itertools = { version = "0.14.0" } prettyplease = { version = "0.2.33" } hyperlight-component-util = { workspace = true } diff --git a/src/hyperlight_component_util/Cargo.toml b/src/hyperlight_component_util/Cargo.toml index 2c6697fd1..b9a9d1f2b 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.224.0" } quote = { version = "1.0.38" } proc-macro2 = { version = "1.0.95" } -syn = { version = "2.0.96" } +syn = { version = "2.0.101" } itertools = { version = "0.14.0" } prettyplease = { version = "0.2.33" } log = { version = "0.4" } \ No newline at end of file