summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfmoko <mokou@posteo.de>2020-01-11 12:23:23 +0100
committerGitHub <noreply@github.com>2020-01-11 12:23:23 +0100
commit19a93428b3c73d994292671f829bdc8e5b7b3401 (patch)
treee3ea943e09ea0fa491d7e7084c91d010cd980920
parentc86b217e1d58542a79a2f79368f339f547718f45 (diff)
parent32a9cf7b8d333250729eadee311584a51718f76a (diff)
fix: Update deps to version compatable with aarch64-pc-windows (#263)
fix: Update deps to version compatable with aarch64-pc-windows
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f8832d7..33a17a3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]}