Skip to content

Commit 6f670c1

Browse files
Update buddy_system_allocator requirement from 0.9.0 to 0.11.0 (#9)
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>
1 parent 1d48752 commit 6f670c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_guest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ alloca = [] # compile alloca wrapper
1414
[dependencies]
1515
anyhow = { version = "1.0.45", default-features = false }
1616
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
17-
buddy_system_allocator = "0.9.0"
17+
buddy_system_allocator = "0.11.0"
1818
hyperlight-common = { workspace = true }
1919
spin = "0.9.8"
2020
log = { version = "0.4", default-features = false }

0 commit comments

Comments
 (0)