From 1f5e2fb51c313c7534217735d21becef745928aa Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 17 Jun 2020 14:55:09 -0700 Subject: no wildcards --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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"] -- cgit v1.2.3