Skip to content

Commit

Permalink
fix: Update deps to version compatable with aarch64-pc-windows (#263)
Browse files Browse the repository at this point in the history
fix: Update deps to version compatable with aarch64-pc-windows
  • Loading branch information
fmoko committed Jan 11, 2020
2 parents c86b217 + 32a9cf7 commit 19a9342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2018"

[dependencies]
clap = "2.32.0"
indicatif = "0.9.0"
console = "0.6.2"
notify = "4.0.0"
indicatif = "0.10.3"
console = "0.7.7"
notify = "4.0.15"
toml = "0.4.10"
regex = "1.1.6"
serde = {version = "1.0.10", features = ["derive"]}
Expand Down

0 comments on commit 19a9342

Please sign in to comment.