11[package ]
22name = " nanocl"
3- version = " 0.16.3 "
3+ version = " 0.17.0 "
44edition = " 2024"
55authors = [" nanocl contributors <team@next-hat.com>" ]
66description = " Container and virtual machine orchestrator"
@@ -32,10 +32,10 @@ chrono = { version = "0.4", default-features = false, features = [
3232 " clock" ,
3333] }
3434bollard-next = { version = " 0.18.1" }
35- nanocl_utils = { version = " 0.7 " , features = [" build_tools" ] }
36- nanocld_client = { version = " 0.16 " }
35+ nanocl_utils = { version = " 0.8 " , features = [" build_tools" ] }
36+ nanocld_client = { version = " 0.17 " }
3737serde_json = " 1.0"
38- nanocl_error = { version = " 0.5 " , features = [" io" , " serde_json" ] }
38+ nanocl_error = { version = " 0.6 " , features = [" io" , " serde_json" ] }
3939
4040[dependencies ]
4141bollard-next = { version = " 0.18.1" }
@@ -56,8 +56,8 @@ chrono = { version = "0.4", default-features = false, features = [
5656dialoguer = " 0.12"
5757liquid = { version = " 0.26" , features = [" stdlib" ] }
5858regex = " 1.11"
59- nanocld_client = { version = " 0.16 " , features = [" tokio" , " openssl" ] }
60- nanocl_error = { version = " 0.5 " , features = [
59+ nanocld_client = { version = " 0.17 " , features = [" tokio" , " openssl" ] }
60+ nanocl_error = { version = " 0.6 " , features = [
6161 " io" ,
6262 " tokio" ,
6363 " http_client" ,
@@ -77,8 +77,8 @@ termimad = "0.34"
7777
7878[target .'cfg(not(target_os = "windows"))' .dependencies ]
7979nix = { version = " 0.30" , features = [" user" ] }
80- nanocl_utils = { version = " 0.7 " , features = [" unix" ] }
80+ nanocl_utils = { version = " 0.8 " , features = [" unix" ] }
8181termios = " 0.3"
8282
8383[target .'cfg(target_os = "windows")' .dependencies ]
84- nanocl_utils = { version = " 0.7 " }
84+ nanocl_utils = { version = " 0.8 " }
0 commit comments