From 22dfc3ee894789c28d0dbf622388f64abe61d62c Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 18 Oct 2021 20:42:10 +0100 Subject: [PATCH] env_logger 0.9 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7417e85..edf3a7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -406,9 +406,9 @@ checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] name = "env_logger" -version = "0.8.4" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" +checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" dependencies = [ "atty", "humantime", diff --git a/Cargo.toml b/Cargo.toml index 8b78163..8152eca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ base64 = "0.13" bech32 = "0.8" console = { version = "0.15", default-features = false } dialoguer = { version = "0.9", default-features = false, features = ["password"] } -env_logger = "0.8" +env_logger = "0.9" gumdrop = "0.8" hex = "0.4" log = "0.4"