From 8548c3a7ebbc24965377b924f56fcd51bf038598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 18:26:56 +0000 Subject: [PATCH] Bump humantime from 2.0.0 to 2.0.1 Bumps [humantime](https://github.com/tailhook/humantime) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/tailhook/humantime/releases) - [Commits](https://github.com/tailhook/humantime/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- cli/Cargo.toml | 2 +- watchtower/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bb92dcab..fcbcd2284 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1456,9 +1456,9 @@ dependencies = [ [[package]] name = "humantime" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da" +checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" [[package]] name = "hyper" @@ -3850,7 +3850,7 @@ dependencies = [ "criterion-stats", "ctrlc", "dirs 2.0.2", - "humantime 2.0.0", + "humantime 2.0.1", "indicatif", "log 0.4.8", "num-traits", @@ -4959,7 +4959,7 @@ name = "solana-watchtower" version = "1.3.0" dependencies = [ "clap", - "humantime 2.0.0", + "humantime 2.0.1", "log 0.4.8", "solana-clap-utils", "solana-cli", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 443738172..f4495f7ee 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,7 +20,7 @@ dirs = "2.0.2" log = "0.4.8" Inflector = "0.11.4" indicatif = "0.15.0" -humantime = "2.0.0" +humantime = "2.0.1" num-traits = "0.2" pretty-hex = "0.1.1" reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] } diff --git a/watchtower/Cargo.toml b/watchtower/Cargo.toml index 84f284d46..878d18bef 100644 --- a/watchtower/Cargo.toml +++ b/watchtower/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://solana.com/" [dependencies] clap = "2.33.1" log = "0.4.8" -humantime = "2.0.0" +humantime = "2.0.1" solana-clap-utils = { path = "../clap-utils", version = "1.3.0" } solana-cli-config = { path = "../cli-config", version = "1.3.0" } solana-cli = { path = "../cli", version = "1.3.0" }