From 0038613057ff87955af0c5123420de22c00388bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 22:58:40 +0000 Subject: [PATCH] Update duration-str requirement from 0.17.0 to 0.19.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.19.0) --- updated-dependencies: - dependency-name: duration-str dependency-version: 0.19.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..3cf3329 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.19.0" futures-util = "0.3.30" http = "1.1.0" itertools = "0.14.0"