Skip to content

Commit

Permalink
Update buddy_system_allocator requirement from 0.9.0 to 0.11.0 (#9)
Browse files Browse the repository at this point in the history
Updates the requirements on [buddy_system_allocator](https://github.com/rcore-os/buddy_system_allocator) to permit the latest version.
- [Commits](rcore-os/buddy_system_allocator@v0.9.0...v0.11.0)

---
updated-dependencies:
- dependency-name: buddy_system_allocator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 1d48752 commit 6f670c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperlight_guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ alloca = [] # compile alloca wrapper
[dependencies]
anyhow = { version = "1.0.45", default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
buddy_system_allocator = "0.9.0"
buddy_system_allocator = "0.11.0"
hyperlight-common = { workspace = true }
spin = "0.9.8"
log = { version = "0.4", default-features = false }
Expand Down

0 comments on commit 6f670c1

Please sign in to comment.