@@ -40,10 +40,10 @@ ipnetwork = "0.21.1"
40
40
iter_tools = " 0.24.0"
41
41
libc = " 0.2.169" # TODO: Nix comes with libc, can we rely on that?
42
42
lazy_static = { workspace = true }
43
- libcgroups = { git = " https://github.com/containers/youki" , tag = " v0.5.1 " , default-features = false , features = [
43
+ libcgroups = { git = " https://github.com/containers/youki" , tag = " v0.5.2 " , default-features = false , features = [
44
44
" v2" ,
45
45
] }
46
- libcontainer = { git = " https://github.com/containers/youki" , tag = " v0.5.1 " , default-features = false , features = [
46
+ libcontainer = { git = " https://github.com/containers/youki" , tag = " v0.5.2 " , default-features = false , features = [
47
47
" v2" ,
48
48
] }
49
49
log = " 0.4.21"
@@ -77,13 +77,13 @@ uuid = { workspace = true }
77
77
validation = { workspace = true , features = [" regex" , " tonic" ] }
78
78
validation_macros = { path = " ../crates/validation/macros" }
79
79
walkdir = " 2"
80
- vmm = { git = " https://github.com/cloud-hypervisor/cloud-hypervisor" , tag = " v43 .0" , default-features = false , features = [
80
+ vmm = { git = " https://github.com/cloud-hypervisor/cloud-hypervisor" , tag = " v44 .0" , default-features = false , features = [
81
81
" kvm" ,
82
82
] }
83
- hypervisor = { git = " https://github.com/cloud-hypervisor/cloud-hypervisor" , tag = " v43 .0" , features = [
83
+ hypervisor = { git = " https://github.com/cloud-hypervisor/cloud-hypervisor" , tag = " v44 .0" , features = [
84
84
" kvm" ,
85
85
] }
86
- net_util = { git = " https://github.com/cloud-hypervisor/cloud-hypervisor" , tag = " v43 .0" }
86
+ net_util = { git = " https://github.com/cloud-hypervisor/cloud-hypervisor" , tag = " v44 .0" }
87
87
vmm-sys-util = " 0.12.1"
88
88
vm-memory = " 0.16.1"
89
89
seccompiler = " 0.4.0"
0 commit comments