From 4b5e4d2e5b3e158d7086384afc003ba3b976b039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:58:07 +0000 Subject: [PATCH] Update duration-str requirement from 0.17.0 to 0.20.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.20.0) --- updated-dependencies: - dependency-name: duration-str dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 215bb7e..2e784af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ clap = { version = "4.4.10", features = ["derive"] } colored = "3.0.0" ctrlc = "3.4.5" dotenvy = "0.15.7" -duration-str = "0.17.0" +duration-str = "0.20.0" futures-util = "0.3.30" http = "1.1.0" itertools = "0.14.0"