From 87f0f82849525bc2e4c76b290470b564c6ce2623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:15:53 +0000 Subject: [PATCH] deps: update duration-str requirement from 0.17.0 to 0.18.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.17.0...v0.18.0) --- updated-dependencies: - dependency-name: duration-str dependency-version: 0.18.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 ffa18a9..2bda61d 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 = "6.0.0" -duration-str = "0.17.0" +duration-str = "0.18.0" hex = "0.4.3" indicatif = "0.18.0" log = "0.4.22"