From f168d8c871eea8483dc175aba1dd904e955fd9c5 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 10 May 2016 17:54:47 +0200 Subject: [PATCH] Update log: 0.3.* -> 0.3 --- libimagentryfilter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentryfilter/Cargo.toml b/libimagentryfilter/Cargo.toml index e4ff3aa0..f746a223 100644 --- a/libimagentryfilter/Cargo.toml +++ b/libimagentryfilter/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" itertools = "0.4" -log = "0.3.4" +log = "0.3" regex = "0.1" toml = "0.1.27" semver = "0.2.1"