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" }