From f2d0f0e049ce1c0c09daf0ed9801d40aed2d8f00 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 24 Oct 2016 14:30:54 +0200 Subject: [PATCH] imag-tag/Cargo.toml: Update dependencies --- imag-tag/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imag-tag/Cargo.toml b/imag-tag/Cargo.toml index 69e40778..7330e2e1 100644 --- a/imag-tag/Cargo.toml +++ b/imag-tag/Cargo.toml @@ -17,7 +17,7 @@ homepage = "http://imag-pim.org" clap = "2.*" log = "0.3" version = "2.0.1" -semver = "0.2.1" +semver = "0.2" toml = "0.2.*" [dependencies.libimagstore]