aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e01e9c9..5bfa167 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,15 +11,15 @@ readme = "README.md"
repository = "https://github.com/aeosynth/bk"
[dependencies]
-anyhow = "1"
-argh = "0"
-crossterm = "0"
-ron = "0"
-roxmltree = "0"
-serde = "1"
-unicode-width = "0"
+anyhow = "^1.0"
+argh = "^0.1"
+crossterm = "^0.19"
+ron = "^0.6"
+roxmltree = "^0.14"
+serde = "^1.0"
+unicode-width = "^0.1"
[dependencies.zip]
-version = "0"
+version = "^0.5"
default-features = false
features = ["deflate"]