@@ -22,7 +22,7 @@ arrayvec = { version = "0.7.6", optional = true }
22
22
aws-lc-rs = { version = " 1.13.3" , features = [" bindgen" ] }
23
23
base64 = " 0.22.1"
24
24
bincode = { version = " 2.0.1" , features = [" serde" ] }
25
- bitflags = " 2.9.3 "
25
+ bitflags = " 2.9.4 "
26
26
byteorder = " 1.5.0"
27
27
crc64 = " 2.0.0"
28
28
derive_more = { version = " 2.0.1" , default-features = false , features = [
@@ -37,9 +37,9 @@ kvm-bindings = { version = "0.13.0", features = ["fam-wrappers", "serde"] }
37
37
kvm-ioctls = " 0.23.0"
38
38
libc = " 0.2.175"
39
39
linux-loader = " 0.13.0"
40
- log = { version = " 0.4.27 " , features = [" std" , " serde" ] }
40
+ log = { version = " 0.4.28 " , features = [" std" , " serde" ] }
41
41
log-instrument = { path = " ../log-instrument" , optional = true }
42
- memfd = " 0.6.3 "
42
+ memfd = " 0.6.5 "
43
43
micro_http = { git = " https://github.com/firecracker-microvm/micro-http" }
44
44
pci = { path = " ../pci" }
45
45
semver = { version = " 1.0.26" , features = [" serde" ] }
@@ -50,7 +50,7 @@ thiserror = "2.0.16"
50
50
timerfd = " 1.5.0"
51
51
userfaultfd = " 0.9.0"
52
52
utils = { path = " ../utils" }
53
- uuid = " 1.18.0 "
53
+ uuid = " 1.18.1 "
54
54
vhost = { version = " 0.14.0" , features = [" vhost-user-frontend" ] }
55
55
vm-allocator = { version = " 0.1.3" , features = [" serde" ] }
56
56
vm-device = { path = " ../vm-device" }
@@ -60,7 +60,7 @@ vm-memory = { version = "0.16.2", features = [
60
60
] }
61
61
vm-superio = " 0.8.0"
62
62
vmm-sys-util = { version = " 0.14.0" , features = [" with-serde" ] }
63
- zerocopy = { version = " 0.8.26 " }
63
+ zerocopy = { version = " 0.8.27 " }
64
64
65
65
[target .'cfg(target_arch = "aarch64")' .dependencies ]
66
66
vm-fdt = " 0.3.0"
0 commit comments