Skip to content

Commit 6b1ccb1

Browse files
RuoqingHeepilys
authored andcommitted
build: Update vm-memory from 0.15.0 to 0.16.0
Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent 4f15927 commit 6b1ccb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ lto = true
1515
codegen-units = 1
1616

1717
[workspace.dependencies]
18-
vm-memory = "0.15.0"
18+
vm-memory = "0.16.0"
1919
vmm-sys-util = "0.12.1"

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ memfd = "0.6.3"
2020
virtio-queue = { path = "../virtio-queue", features = ["test-utils"] }
2121
virtio-vsock = { path = "../virtio-vsock" }
2222
virtio-queue-ser = { path = "../virtio-queue-ser" }
23-
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-atomic"] }
23+
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-atomic"] }
2424
common = { path = "common" }
2525
virtio-blk = { path = "../virtio-blk", features = ["backend-stdio"] }
2626

fuzz/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ virtio-queue = { path = "../../virtio-queue", features = ["test-utils"] }
1313
virtio-vsock = { path = "../../virtio-vsock" }
1414
virtio-queue-ser = { path = "../../virtio-queue-ser" }
1515
virtio-blk = { path = "../../virtio-blk" }
16-
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-atomic"] }
16+
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-atomic"] }

0 commit comments

Comments
 (0)