From 6b70b47aa0161a7339595aa818e4fa5b93b4b3fb Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 26 Dec 2020 16:03:57 +0000 Subject: [PATCH] specify version ranges --- cli/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 025ee0715..49a7e061e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -11,9 +11,9 @@ failure = "^0.1.8" log = "^0.4.11" nom = "^6.0.1" prettytable-rs = "^0.8.0" -textwrap = { version="0.12.1", features=["terminal_size"] } -termcolor = "1.1.2" -atty = "0.2.14" +textwrap = { version="^0.12.1", features=["terminal_size"] } +termcolor = "^1.1.2" +atty = "^0.2.14" [dependencies.config] default-features = false