mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
updates
This commit is contained in:
parent
1b734141e4
commit
33d2e66811
5 changed files with 605 additions and 368 deletions
28
Cargo.toml
28
Cargo.toml
|
|
@ -10,21 +10,21 @@ description = "Easy setup and management of Nextcloud test instances using docke
|
|||
[dependencies]
|
||||
bollard = "0.16.1"
|
||||
maplit = "1.0.2"
|
||||
camino = { version = "1.1.6", features = ["serde1"] }
|
||||
tokio = { version = "1.36.0", features = ["fs", "macros", "signal", "rt-multi-thread"] }
|
||||
parse-display = "0.9.0"
|
||||
camino = { version = "1.1.7", features = ["serde1"] }
|
||||
tokio = { version = "1.38.0", features = ["fs", "macros", "signal", "rt-multi-thread"] }
|
||||
parse-display = "0.9.1"
|
||||
futures-util = "0.3.30"
|
||||
termion = "3.0.0"
|
||||
opener = "0.7.0"
|
||||
toml = "0.8.12"
|
||||
termion = "4.0.1"
|
||||
opener = "0.7.1"
|
||||
toml = "0.8.14"
|
||||
directories-next = "2.0.0"
|
||||
serde = "1.0.197"
|
||||
petname = "1.1.3"
|
||||
reqwest = { version = "0.12.2", default-features = false }
|
||||
tar = "0.4.40"
|
||||
flate2 = "1.0.28"
|
||||
async-trait = "0.1.79"
|
||||
enum_dispatch = "0.3.12"
|
||||
serde = "1.0.203"
|
||||
petname = "2.0.2"
|
||||
reqwest = { version = "0.12.4", default-features = false }
|
||||
tar = "0.4.41"
|
||||
flate2 = "1.0.30"
|
||||
async-trait = "0.1.80"
|
||||
enum_dispatch = "0.3.13"
|
||||
miette = { version = "7.2.0", features = ["fancy"] }
|
||||
shell-words = "1.1.0"
|
||||
warp = "0.3"
|
||||
|
|
@ -32,7 +32,7 @@ tokio-stream = { version = "0.1.15", features = ["net"] }
|
|||
tracing = "0.1.40"
|
||||
tracing-subscriber = "0.3.18"
|
||||
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/felipenoris/hyper-reverse-proxy" }
|
||||
hyper = "0.14.28"
|
||||
hyper = "0.14.29"
|
||||
atty = "0.2.14"
|
||||
git2 = { version = "0.18.3", default-features = false }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue