From 52820c4f1e338131bf05264c26f543960c5a5f04 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 24 Oct 2016 14:30:54 +0200 Subject: [PATCH] imag-link/Cargo.toml: Update dependencies --- imag-link/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imag-link/Cargo.toml b/imag-link/Cargo.toml index 45a1705a..d5153958 100644 --- a/imag-link/Cargo.toml +++ b/imag-link/Cargo.toml @@ -14,12 +14,12 @@ repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" [dependencies] -semver = "0.2.1" +semver = "0.5.1" clap = "2.*" log = "0.3" version = "2.0.1" toml = "0.2.*" -url = "1.1" +url = "1.2" [dependencies.libimagstore] path = "../libimagstore"