From 591cce786aaaf21e432c754fcf5e9c65cd50c385 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 03:28:53 +0000 Subject: [PATCH] Bump cfg-if from 0.1.10 to 1.0.0 Bumps [cfg-if](https://github.com/alexcrichton/cfg-if) from 0.1.10 to 1.0.0. - [Release notes](https://github.com/alexcrichton/cfg-if/releases) - [Commits](https://github.com/alexcrichton/cfg-if/compare/0.1.10...1.0.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04e9d26..cdb4398 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,6 +71,12 @@ version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" +[[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + [[package]] name = "clap" version = "2.33.3" @@ -164,7 +170,7 @@ version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" dependencies = [ - "cfg-if", + "cfg-if 0.1.10", "libc", "wasi", ] @@ -184,7 +190,7 @@ version = "1.11.0" dependencies = [ "approx", "atty", - "cfg-if", + "cfg-if 1.0.0", "clap", "colored", "csv", diff --git a/Cargo.toml b/Cargo.toml index 345b677..2a89214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ colored = "2.0" indicatif = "0.15" statistical = "1.0" atty = "0.2" -cfg-if = "0.1" +cfg-if = "1.0" csv = "1.1.3" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"