From 5a92c75daf3a95a4c8523105cb663ba514b7f340 Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Fri, 8 Nov 2019 12:14:44 -0800 Subject: [PATCH] Update Cargo.lock --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47cd7eaa..57519a8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,7 +402,7 @@ version = "0.1.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)", - "selene-lib 0.2.0", + "selene-lib 0.3.0", "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1168,7 +1168,7 @@ dependencies = [ [[package]] name = "selene" -version = "0.2.0" +version = "0.3.0" dependencies = [ "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "codespan 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1177,7 +1177,7 @@ dependencies = [ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "selene-lib 0.2.0", + "selene-lib 0.3.0", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1186,7 +1186,7 @@ dependencies = [ [[package]] name = "selene-lib" -version = "0.2.0" +version = "0.3.0" dependencies = [ "codespan 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "codespan-reporting 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",