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
|
|
@ -5,15 +5,15 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bollard = { version = "0.10", git = "https://github.com/fussybeaver/bollard" }
|
||||
bollard = { version = "0.11" }
|
||||
color-eyre = "0.5"
|
||||
maplit = "1"
|
||||
camino = { version = "1", features = ["serde1"] }
|
||||
tokio = { version = "1" , features = ["fs", "macros"] }
|
||||
parse-display = "0.4"
|
||||
parse-display = "0.5"
|
||||
futures-util = "0.3"
|
||||
termion = "1"
|
||||
opener = "0.4"
|
||||
opener = "0.5"
|
||||
toml = "0.5"
|
||||
directories-next = "2"
|
||||
serde = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue