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 2021-10-12 16:00:43 +02:00
commit a88e98726f
2 changed files with 242 additions and 249 deletions

491
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -5,15 +5,15 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018" edition = "2018"
[dependencies] [dependencies]
bollard = { version = "0.10", git = "https://github.com/fussybeaver/bollard" } bollard = { version = "0.11" }
color-eyre = "0.5" color-eyre = "0.5"
maplit = "1" maplit = "1"
camino = { version = "1", features = ["serde1"] } camino = { version = "1", features = ["serde1"] }
tokio = { version = "1" , features = ["fs", "macros"] } tokio = { version = "1" , features = ["fs", "macros"] }
parse-display = "0.4" parse-display = "0.5"
futures-util = "0.3" futures-util = "0.3"
termion = "1" termion = "1"
opener = "0.4" opener = "0.5"
toml = "0.5" toml = "0.5"
directories-next = "2" directories-next = "2"
serde = "1" serde = "1"