Skip to content

Commit bcf9a51

Browse files
Bump proc-macro2 from 1.0.102 to 1.0.103 in /src/wasm_runtime (#248)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.102 to 1.0.103. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.102...1.0.103) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.103 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 2567945 commit bcf9a51

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
@@ -12,7 +12,7 @@ proc-macro = true
1212

1313
[dependencies]
1414
quote = { version = "1.0.41" }
15-
proc-macro2 = { version = "1.0.102" }
15+
proc-macro2 = { version = "1.0.103" }
1616
syn = { version = "2.0.107" }
1717
itertools = { version = "0.14.0" }
1818
prettyplease = { version = "0.2.37" }

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)