From dcf3178721beae1a98a6d1030f1f679be7d819f1 Mon Sep 17 00:00:00 2001
From: James Campos <james.r.campos@gmail.com>
Date: Sun, 3 Jan 2021 22:11:13 -0800
Subject: stricter dep versions

---
 Cargo.toml | 16 ++++++++--------
 1 file 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"]
-- 
cgit v1.2.3