aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJames Campos <james.r.campos@gmail.com>2020-06-17 14:55:09 -0700
committerJames Campos <james.r.campos@gmail.com>2020-06-17 14:55:09 -0700
commit1f5e2fb51c313c7534217735d21becef745928aa (patch)
tree5692848ef3d1c8654770c1687806a9252996364a /Cargo.toml
parent07aff0373a25ee7ad7b4da10b30207dde3fb29ec (diff)
downloadbk-1f5e2fb51c313c7534217735d21becef745928aa.tar.gz
no wildcards
Diffstat (limited to 'Cargo.toml')
-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"]