From ce65a16ef66ae8d1f58a4b7f7375911a312dd683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 07:48:47 +0000 Subject: [PATCH] deps: update duration-str requirement from 0.11.2 to 0.17.0 Updates the requirements on [duration-str](https://github.com/baoyachi/duration-str) to permit the latest version. - [Release notes](https://github.com/baoyachi/duration-str/releases) - [Commits](https://github.com/baoyachi/duration-str/compare/v0.11.2...v0.17.0) --- updated-dependencies: - dependency-name: duration-str dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sare-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sare-cli/Cargo.toml b/sare-cli/Cargo.toml index bc89bcf..71f66d5 100644 --- a/sare-cli/Cargo.toml +++ b/sare-cli/Cargo.toml @@ -26,7 +26,7 @@ argh = "0.1.12" chrono = "0.4.41" colored = "3.0.0" dirs = "5.0.1" -duration-str = "0.11.2" +duration-str = "0.17.0" hex = "0.4.3" indicatif = "0.18.0" log = "0.4.22"