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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-07-14 18:26:56 +00:00 committed by Michael Vines
parent f94979c87c
commit 8548c3a7eb
3 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -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",

View File

@ -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"] }

View File

@ -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" }