@@ -4,37 +4,34 @@ version = "0.1.0"
44edition = " 2021"
55
66[dependencies ]
7- clap = { version = " 4.5.13 " , features = [" cargo" , " wrap_help" ] }
7+ clap = { version = " 4.5.40 " , features = [" cargo" , " wrap_help" ] }
88serde = { version = " 1.0" , features = [" derive" ] }
9- aes = " 0.8.4"
10- cipher = " 0.4.4"
11- xts-mode = " 0.5.1"
12- bincode = " 1.3.3"
9+ bincode = { version = " 2.0.1" , features = [" serde" ] }
1310libc = " 0.2"
14- smallvec = " 1.14.0 "
11+ smallvec = " 1.15.1 "
1512thiserror = " 2.0.12"
16- nix = { version = " 0.26.2 " , features = [" event" ] }
13+ nix = { version = " 0.30.1 " , features = [" event" , " fs " ] }
1714# vhost = { path = "../vhost/vhost", features = ["vhost-user-frontend"] }
1815# vhost-user-backend = { path = "../vhost/vhost-user-backend" }
19- vhost = { version = " 0.13 .0" , features = [" vhost-user-frontend" ] }
20- vhost-user-backend = " 0.17 .0"
21- vmm-sys-util = " 0.12.1 "
22- vm-memory = " 0.16.1 "
23- virtio-bindings = " 0.2.5 "
24- virtio-queue = " 0.14 .0"
25- io-uring = " 0.7.4 "
16+ vhost = { version = " 0.14 .0" , features = [" vhost-user-frontend" ] }
17+ vhost-user-backend = " 0.20 .0"
18+ vmm-sys-util = " 0.14.0 "
19+ vm-memory = " 0.16.2 "
20+ virtio-bindings = " 0.2.6 "
21+ virtio-queue = " 0.16 .0"
22+ io-uring = " 0.7.8 "
2623serde_yaml = " 0.9.34"
2724hex = " 0.4.3"
2825log = " 0.4.27"
2926env_logger = " 0.11.8"
30- tempfile = " 3.19.1 "
31- serde_with = { version = " 3.12 .0" , features = [" base64" ] }
27+ tempfile = " 3.20.0 "
28+ serde_with = { version = " 3.14 .0" , features = [" base64" ] }
3229base64 = " 0.22.1"
3330aes-gcm = " 0.10.3"
3431
3532[build-dependencies ]
36- bindgen = " 0.71.1 "
33+ bindgen = " 0.72.0 "
3734
3835[dev-dependencies ]
39- virtio-queue = { version = " 0.14 .0" , features = [" test-utils" ] }
40- vm-memory = { version = " 0.16.1 " , features = [" backend-mmap" , " backend-atomic" ] }
36+ virtio-queue = { version = " 0.16 .0" , features = [" test-utils" ] }
37+ vm-memory = { version = " 0.16.2 " , features = [" backend-mmap" , " backend-atomic" ] }
0 commit comments