From 2077980f22525d82f64789153bfcd929b5935764 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 30 Sep 2018 15:08:48 +0200 Subject: [PATCH] Update dependencies: log: 0.3 -> 0.4 --- bin/core/imag-git/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/core/imag-git/Cargo.toml b/bin/core/imag-git/Cargo.toml index 39384947..6023a111 100644 --- a/bin/core/imag-git/Cargo.toml +++ b/bin/core/imag-git/Cargo.toml @@ -22,7 +22,7 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" } maintenance = { status = "actively-developed" } [dependencies] -log = "0.3" +log = "0.4" toml = "0.4" toml-query = "0.7"