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