added docker api for restart and client updat

This commit is contained in:
2025-09-25 22:02:00 +02:00
parent 83cb815e76
commit 428be53fff
4 changed files with 36 additions and 26 deletions

View File

@@ -23,7 +23,8 @@ anyhow = "1.0.98"
# config = "0.13"
# Docker API access
bollard = "0.16"
bollard = "0.19"
futures-util = "0.3"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "pdh", "ifmib", "iphlpapi", "winerror" ,"wbemcli", "combaseapi"] }