From 78d6d5bd4b11437f51947ecaca3f699f0ee32f8a Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 22 Aug 2022 16:38:26 -0400 Subject: [PATCH] Update humantime crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1524d4..acc4372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,5 @@ license = "Apache-2.0" [dependencies] clap = "~2.34" -humantime = "~1.0.0" +humantime = "2.1.0" notify = "4.0.17"