From b76bb7eea7a1217be25451b54b04d25304a8f006 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Thu, 2 Aug 2018 22:30:09 +0200 Subject: [PATCH] dont use .X versions of deps --- Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ab7182b..16f896d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,15 +4,15 @@ version = "0.1.0" authors = ["Jan Lukas Gernert "] [dependencies] -failure = "0.1.2" -libxml = "0.2.2" -reqwest = "0.8.7" -url = "1.7.1" -regex = "1.0.2" -encoding_rs = "0.8.4" -chrono = "0.4.5" -htmlescape = "0.3.1" -base64 = "0.9.2" -image = "0.19.0" -log = "0.4.3" -mime_guess = "1.8.6" +failure = "0.1" +libxml = "0.2" +reqwest = "0.8" +url = "1.7" +regex = "1.0" +encoding_rs = "0.8" +chrono = "0.4" +htmlescape = "0.3" +base64 = "0.9" +image = "0.19" +log = "0.4" +mime_guess = "1.8"