mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
bumb dependencies
This commit is contained in:
parent
38e919af65
commit
a88e98726f
2 changed files with 242 additions and 249 deletions
491
Cargo.lock
generated
491
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue