Skip to content

Commit 32a9cf7

Browse files
committed
fix: Update deps to version compatable with aarch64-pc-windows
1 parent 4b79691 commit 32a9cf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ edition = "2018"
66

77
[dependencies]
88
clap = "2.32.0"
9-
indicatif = "0.9.0"
10-
console = "0.6.2"
11-
notify = "4.0.0"
9+
indicatif = "0.10.3"
10+
console = "0.7.7"
11+
notify = "4.0.15"
1212
toml = "0.4.10"
1313
regex = "1.1.6"
1414
serde = {version = "1.0.10", features = ["derive"]}

0 commit comments

Comments
 (0)