build: Bump vm-memory from 0.16.0 to 0.16.1

Bump vm-memory from 0.16.0 to 0.16.1 to include the implementations of
ReadVolatile and WriteVolatile for TcpStream.

Signed-off-by: Jinrong Liang <cloudliang@tencent.com>
This commit is contained in:
Jinrong Liang
2024-11-14 10:39:23 +08:00
committed by Rob Bradford
parent 3d7661664d
commit 4f18476cca
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -117,5 +117,5 @@ vhost-user-backend = { git = "https://github.com/rust-vmm/vhost", rev = "d983ae0
virtio-bindings = "0.2.4"
virtio-queue = "0.14.0"
vm-fdt = { git = "https://github.com/rust-vmm/vm-fdt", branch = "main" }
vm-memory = "0.16.0"
vm-memory = "0.16.1"
vmm-sys-util = "0.12.1"