Update dependencies

This commit is contained in:
Arne Beer 2020-03-21 10:44:46 +01:00
parent 1914384e76
commit d01270cfaf
2 changed files with 245 additions and 262 deletions

499
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -33,8 +33,8 @@ dirs = "2"
chrono = { version = "^0.4", features = ["serde"] }
chrono-english = "^0.1.0"
rand = "^0.7"
strum = "^0.17"
strum_macros = "^0.17"
strum = "^0.18"
strum_macros = "^0.18"
bytes = "^0.5"
byteorder = "^1"
@ -47,8 +47,8 @@ log = "0.4"
config = "^0.10"
simplelog = { version = "0.7", default-features = false }
structopt = "0.3"
crossterm = "^0.15"
comfy-table= "0.0.6"
crossterm = "^0.16"
comfy-table= "0.1.0"
tempfile = "^3"
[target.'cfg(not(windows))'.dependencies]