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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user