Skip to content

Commit 1ba8db2

Browse files
Bump quote from 1.0.43 to 1.0.44 (#1189)
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.43 to 1.0.44. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.43...1.0.44) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.44 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 13c0265 commit 1ba8db2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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_component_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proc-macro = true
1717

1818
[dependencies]
1919
wasmparser = { version = "0.243.0" }
20-
quote = { version = "1.0.43" }
20+
quote = { version = "1.0.44" }
2121
proc-macro2 = { version = "1.0.106" }
2222
syn = { version = "2.0.114" }
2323
itertools = { version = "0.14.0" }

src/hyperlight_component_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "hyperlight_component_util"
1616

1717
[dependencies]
1818
wasmparser = { version = "0.243.0" }
19-
quote = { version = "1.0.43" }
19+
quote = { version = "1.0.44" }
2020
proc-macro2 = { version = "1.0.106" }
2121
syn = { version = "2.0.114" }
2222
itertools = { version = "0.14.0" }

0 commit comments

Comments
 (0)