Skip to content

Commit af2b282

Browse files
Bump proc-macro2 from 1.0.95 to 1.0.96
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.95 to 1.0.96. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.95...1.0.96) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.96 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1669f7f commit af2b282

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

src/hyperlight_component_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ proc-macro = true
1818
[dependencies]
1919
wasmparser = { version = "0.236.0" }
2020
quote = { version = "1.0.38" }
21-
proc-macro2 = { version = "1.0.95" }
21+
proc-macro2 = { version = "1.0.96" }
2222
syn = { version = "2.0.104" }
2323
itertools = { version = "0.14.0" }
2424
prettyplease = { version = "0.2.36" }

src/hyperlight_component_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "hyperlight_component_util"
1717
[dependencies]
1818
wasmparser = { version = "0.236.0" }
1919
quote = { version = "1.0.38" }
20-
proc-macro2 = { version = "1.0.95" }
20+
proc-macro2 = { version = "1.0.96" }
2121
syn = { version = "2.0.104" }
2222
itertools = { version = "0.14.0" }
2323
prettyplease = { version = "0.2.36" }

0 commit comments

Comments
 (0)