From 88b891514abc9a6ffe20717e1fab42f2123fa07a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 13:34:34 +0000 Subject: [PATCH] chore: bump humantime from 2.0.1 to 2.1.0 Bumps [humantime](https://github.com/tailhook/humantime) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/tailhook/humantime/releases) - [Commits](https://github.com/tailhook/humantime/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: humantime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli-output/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- watchtower/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5159ef6ca0e..2d4ec3a5509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1886,9 +1886,9 @@ checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" [[package]] name = "humantime" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" +checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" diff --git a/cli-output/Cargo.toml b/cli-output/Cargo.toml index 915dc38a66d..2761bdca7cb 100644 --- a/cli-output/Cargo.toml +++ b/cli-output/Cargo.toml @@ -14,7 +14,7 @@ base64 = "0.13.0" chrono = { version = "0.4.11", features = ["serde"] } clap = "2.33.0" console = "0.14.1" -humantime = "2.0.1" +humantime = "2.1.0" Inflector = "0.11.4" indicatif = "0.16.2" serde = "1.0.130" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index faf164252b0..b3482ab628e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -18,7 +18,7 @@ ctrlc = { version = "3.1.9", features = ["termination"] } console = "0.14.1" const_format = "0.2.20" log = "0.4.14" -humantime = "2.0.1" +humantime = "2.1.0" num-traits = "0.2" pretty-hex = "0.2.1" reqwest = { version = "0.11.4", default-features = false, features = ["blocking", "rustls-tls", "json"] } diff --git a/watchtower/Cargo.toml b/watchtower/Cargo.toml index f9061450ae9..f7f633fed4c 100644 --- a/watchtower/Cargo.toml +++ b/watchtower/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-watchtower" [dependencies] clap = "2.33.1" log = "0.4.14" -humantime = "2.0.1" +humantime = "2.1.0" solana-clap-utils = { path = "../clap-utils", version = "=1.8.0" } solana-cli-config = { path = "../cli-config", version = "=1.8.0" } solana-cli-output = { path = "../cli-output", version = "=1.8.0" }