From 8f0c7586eb7063fc7563d22bf8de60632fbafa4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:34:00 +0000 Subject: [PATCH] Update duration-str requirement from 0.11.2 to 0.12.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.11.3) --- updated-dependencies: - dependency-name: duration-str 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 1e27df97f..86c8c445f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,7 +173,7 @@ ryu = "1.0" regex = "1.3.6" fnv = "1.0.7" cursive = { default-features = false, version = "0.21" } -duration-str = "0.11.2" +duration-str = "0.12.0" quick-xml = "0.37.1" csv = "1.2" serde-xml-rs = "0.6"