From 99a986fd8f8a4d08d926e737140fd0db0ff4f3b6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 17:54:22 +0000 Subject: [PATCH] Bump log from 0.3.9 to 0.4.5 Bumps [log](https://github.com/rust-lang/log) from 0.3.9 to 0.4.5. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.3.9...0.4.5) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 10 ++++++---- inc-commands/Cargo.toml | 2 +- inc-lib/Cargo.toml | 2 +- inc/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44abf17..47f601f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "aho-corasick" version = "0.6.8" @@ -255,13 +257,13 @@ dependencies = [ [[package]] name = "inc" -version = "0.1.8" +version = "0.1.9" dependencies = [ "assert_cli 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "inc-commands 0.1.6", "inc-lib 0.1.6", - "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -274,7 +276,7 @@ version = "0.1.6" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "inc-lib 0.1.6", - "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -287,7 +289,7 @@ dependencies = [ "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "fern 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/inc-commands/Cargo.toml b/inc-commands/Cargo.toml index 4e02cf7..1b0341e 100644 --- a/inc-commands/Cargo.toml +++ b/inc-commands/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Ethan Hall "] [dependencies] inc-lib = { path = "../inc-lib" } -log = "0.3" +log = "0.4" clap = "2" \ No newline at end of file diff --git a/inc-lib/Cargo.toml b/inc-lib/Cargo.toml index 89bc736..f6dfd87 100644 --- a/inc-lib/Cargo.toml +++ b/inc-lib/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.6" authors = ["Ethan Hall "] [dependencies] -log = "0.3" +log = "0.4" clap = "2" regex = "0.2" url = "1.5.1" diff --git a/inc/Cargo.toml b/inc/Cargo.toml index d10cfcf..09a81c0 100644 --- a/inc/Cargo.toml +++ b/inc/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.9" authors = ["Ethan Hall "] [dependencies] -log = "0.3" +log = "0.4" clap = "2" inc-lib = { path = "../inc-lib" } inc-commands = { path = "../inc-commands" }