1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

bumb dependencies

This commit is contained in:
Robin Appelman 2022-08-05 14:48:25 +02:00
commit 0843863a40
2 changed files with 16 additions and 16 deletions

View file

@ -11,21 +11,21 @@ description = "Easy setup and management of Nextcloud test instances using docke
bollard = "0.13.0"
maplit = "1.0.2"
camino = { version = "1.0.9", features = ["serde1"] }
tokio = { version = "1.20.0", features = ["fs", "macros"] }
tokio = { version = "1.20.1", features = ["fs", "macros"] }
parse-display = "0.5.5"
futures-util = "0.3.21"
termion = "1.5.6"
opener = "0.5.0"
toml = "0.5.9"
directories-next = "2.0.0"
serde = "1.0.140"
serde = "1.0.142"
petname = "1.1.2"
reqwest = { version = "0.11.11", default-features = false }
tar = "0.4.38"
flate2 = "1.0.24"
async-trait = "0.1.56"
async-trait = "0.1.57"
enum_dispatch = "0.3.8"
miette = { version = "5.1.1", features = ["fancy"] }
miette = { version = "5.2.0", features = ["fancy"] }
shell-words = "1.1.0"
[profile.release]