aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c7c45f0..6219287 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,11 +11,11 @@ readme = "README.md"
repository = "https://github.com/aeosynth/bk"
[dependencies]
-argh = "*"
-crossterm = "*"
-roxmltree = "*"
+argh = "0.1"
+crossterm = "0.17"
+roxmltree = "0.11"
[dependencies.zip]
-version = "*"
+version = "0.5"
default-features = false
features = ["deflate"]