fix: Update deps to version compatable with aarch64-pc-windows (#263)
fix: Update deps to version compatable with aarch64-pc-windows
This commit is contained in:
commit
19a93428b3
|
@ -6,9 +6,9 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.32.0"
|
clap = "2.32.0"
|
||||||
indicatif = "0.9.0"
|
indicatif = "0.10.3"
|
||||||
console = "0.6.2"
|
console = "0.7.7"
|
||||||
notify = "4.0.0"
|
notify = "4.0.15"
|
||||||
toml = "0.4.10"
|
toml = "0.4.10"
|
||||||
regex = "1.1.6"
|
regex = "1.1.6"
|
||||||
serde = {version = "1.0.10", features = ["derive"]}
|
serde = {version = "1.0.10", features = ["derive"]}
|
||||||
|
|
Loading…
Reference in New Issue