@@ -22,7 +22,7 @@ arrayvec = { version = "0.7.6", optional = true }
2222aws-lc-rs = { version = " 1.13.3" , features = [" bindgen" ] }
2323base64 = " 0.22.1"
2424bincode = { version = " 2.0.1" , features = [" serde" ] }
25- bitflags = " 2.9.3 "
25+ bitflags = " 2.9.4 "
2626byteorder = " 1.5.0"
2727crc64 = " 2.0.0"
2828derive_more = { version = " 2.0.1" , default-features = false , features = [
@@ -37,9 +37,9 @@ kvm-bindings = { version = "0.13.0", features = ["fam-wrappers", "serde"] }
3737kvm-ioctls = " 0.23.0"
3838libc = " 0.2.175"
3939linux-loader = " 0.13.0"
40- log = { version = " 0.4.27 " , features = [" std" , " serde" ] }
40+ log = { version = " 0.4.28 " , features = [" std" , " serde" ] }
4141log-instrument = { path = " ../log-instrument" , optional = true }
42- memfd = " 0.6.3 "
42+ memfd = " 0.6.5 "
4343micro_http = { git = " https://github.com/firecracker-microvm/micro-http" }
4444pci = { path = " ../pci" }
4545semver = { version = " 1.0.26" , features = [" serde" ] }
@@ -50,7 +50,7 @@ thiserror = "2.0.16"
5050timerfd = " 1.5.0"
5151userfaultfd = " 0.9.0"
5252utils = { path = " ../utils" }
53- uuid = " 1.18.0 "
53+ uuid = " 1.18.1 "
5454vhost = { version = " 0.14.0" , features = [" vhost-user-frontend" ] }
5555vm-allocator = { version = " 0.1.3" , features = [" serde" ] }
5656vm-device = { path = " ../vm-device" }
@@ -60,7 +60,7 @@ vm-memory = { version = "0.16.2", features = [
6060] }
6161vm-superio = " 0.8.0"
6262vmm-sys-util = { version = " 0.14.0" , features = [" with-serde" ] }
63- zerocopy = { version = " 0.8.26 " }
63+ zerocopy = { version = " 0.8.27 " }
6464
6565[target .'cfg(target_arch = "aarch64")' .dependencies ]
6666vm-fdt = " 0.3.0"
0 commit comments