Skip to content

Commit 7900be8

Browse files
Bump proc-macro2 from 1.0.95 to 1.0.101 in /src/hyperlight_wasm_macro (#179)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.95 to 1.0.101. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.95...1.0.101) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6da48c8 commit 7900be8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/hyperlight_wasm_macro/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.

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.38" }
15-
proc-macro2 = { version = "1.0.93" }
15+
proc-macro2 = { version = "1.0.101" }
1616
syn = { version = "2.0.96" }
1717
itertools = { version = "0.14.0" }
1818
prettyplease = { version = "0.2.31" }

0 commit comments

Comments
 (0)