From 3e4fcb19bbdfb9dbe4f9d44ef00ee930163ed75a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 30 Sep 2018 15:08:34 +0200 Subject: [PATCH] Update dependencies: log: 0.3 -> 0.4, version: 2 -> 3 --- bin/core/imag-edit/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/core/imag-edit/Cargo.toml b/bin/core/imag-edit/Cargo.toml index 74a29bc6..8f3dab49 100644 --- a/bin/core/imag-edit/Cargo.toml +++ b/bin/core/imag-edit/Cargo.toml @@ -22,8 +22,8 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" } maintenance = { status = "actively-developed" } [dependencies] -log = "0.3" -version = "2.0.1" +log = "0.4" +version = "3" toml = "0.4" toml-query = "0.7"