Skip to content

Commit 47b550e

Browse files
Bump syn from 2.0.107 to 2.0.108 in /src/wasm_runtime (#245)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.107 to 2.0.108. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0faed2b commit 47b550e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/hyperlight_wasm_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ proc-macro = true
1313
[dependencies]
1414
quote = { version = "1.0.41" }
1515
proc-macro2 = { version = "1.0.103" }
16-
syn = { version = "2.0.107" }
16+
syn = { version = "2.0.108" }
1717
itertools = { version = "0.14.0" }
1818
prettyplease = { version = "0.2.37" }
1919
hyperlight-component-util = { version = "0.10.0" }

src/wasm_runtime/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)