Skip to content

Commit 77d5b86

Browse files
Bump quote from 1.0.41 to 1.0.42 in /src/hyperlight_wasm_macro
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.41 to 1.0.42. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.41...1.0.42) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eebe52f commit 77d5b86

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
@@ -11,7 +11,7 @@ name = "hyperlight_wasm_macro"
1111
proc-macro = true
1212

1313
[dependencies]
14-
quote = { version = "1.0.41" }
14+
quote = { version = "1.0.42" }
1515
proc-macro2 = { version = "1.0.103" }
1616
syn = { version = "2.0.109" }
1717
itertools = { version = "0.14.0" }

0 commit comments

Comments
 (0)