m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 10:23:42 -05:00

feat: enable upgrading running images

This commit is contained in:
Sergio
2025-05-28 12:13:31 +03:00
parent 4e43abbb9d
commit 6ec2d71009
5 changed files with 317 additions and 48 deletions

View File

@@ -7,9 +7,9 @@ edition = "2021"
clap = { version = "4.5.7", features = ["derive"] }
indicatif = { version = "0.17.8", optional = true }
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
xitca-web = { version = "0.6.2", optional = true }
xitca-web = { version = "0.6.2", optional = true, features = ["json"]}
liquid = { version = "0.26.6", optional = true }
bollard = "0.18.1"
bollard = "0.19.0"
once_cell = "1.19.0"
http-auth = { version = "0.1.9", default-features = false }
termsize = { version = "0.1.8", optional = true }