Skip to content

Commit 64aa448

Browse files
Bump proc-macro-crate from 3.4.0 to 3.5.0 (#1278)
* Bump proc-macro-crate from 3.4.0 to 3.5.0 Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](bkchr/proc-macro-crate@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 proc-macro-crate from 3.4.0 to 3.5.0 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 e39e2ee commit 64aa448

File tree

5 files changed

+45
-36
lines changed

5 files changed

+45
-36
lines changed

Cargo.lock

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

src/hyperlight_guest_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Macros for registering guest and host functions on hyperlight guests binaries.
1515
syn = { version = "2", features = ["full"] }
1616
quote = "1"
1717
proc-macro2 = "1.0"
18-
proc-macro-crate = "3.3.0"
18+
proc-macro-crate = "3.5.0"
1919

2020
[lib]
2121
proc-macro = true

src/tests/rust_guests/dummyguest/Cargo.lock

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

src/tests/rust_guests/simpleguest/Cargo.lock

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

src/tests/rust_guests/witguest/Cargo.lock

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

0 commit comments

Comments
 (0)