Skip to content

Commit 7741d51

Browse files
Bump quote from 1.0.44 to 1.0.45 (#1275)
* Bump quote from 1.0.44 to 1.0.45 Bumps [quote](https://github.com/dtolnay/quote) from 1.0.44 to 1.0.45. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.44...1.0.45) --- updated-dependencies: - dependency-name: quote dependency-version: 1.0.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update guest Cargo.lock files Automatically updated by dependabot-update-guest-locks workflow. Triggered by: Bump quote from 1.0.44 to 1.0.45 Signed-off-by: dependabot-pr-auto-approver[bot] <207571483+dependabot-pr-auto-approver[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot-pr-auto-approver[bot] <207571483+dependabot-pr-auto-approver[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-pr-auto-approver[bot] <207571483+dependabot-pr-auto-approver[bot]@users.noreply.github.com>
1 parent 4f8cae8 commit 7741d51

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.245.1" }
20-
quote = { version = "1.0.44" }
20+
quote = { version = "1.0.45" }
2121
proc-macro2 = { version = "1.0.106" }
2222
syn = { version = "2.0.117" }
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.245.1" }
19-
quote = { version = "1.0.44" }
19+
quote = { version = "1.0.45" }
2020
proc-macro2 = { version = "1.0.106" }
2121
syn = { version = "2.0.117" }
2222
itertools = { version = "0.14.0" }

src/tests/rust_guests/witguest/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)