From 7bafa1024047edda09c403795101fcdcaee4b025 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 24 Oct 2016 14:30:54 +0200 Subject: [PATCH] libimagstorestdhook/Cargo.toml: Update dependencies --- libimagstorestdhook/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libimagstorestdhook/Cargo.toml b/libimagstorestdhook/Cargo.toml index b7022971..483fa1cf 100644 --- a/libimagstorestdhook/Cargo.toml +++ b/libimagstorestdhook/Cargo.toml @@ -16,8 +16,8 @@ homepage = "http://imag-pim.org" [dependencies] toml = "0.2.*" log = "0.3" -fs2 = "0.2" -git2 = "0.4" +fs2 = "0.3" +git2 = "0.5" [dependencies.libimagstore] path = "../libimagstore"