From 2221ed4ad1ba3c4c1656c4d3b809cc1528351a99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 04:19:36 +0000 Subject: [PATCH] Update Rust crate duration-str to 0.9.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f3319a..c00cb47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,9 +512,9 @@ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" [[package]] name = "duration-str" -version = "0.8.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6ed4d47bbe33d7a02377872ce0db05ac2f1b5c6cfed9b6ae3590e14ce57d8d8" +checksum = "a19a41be9df33f6daa3a7acb89c3d68c10a0748c940aade42ac467d003c807b4" dependencies = [ "chrono", "rust_decimal", diff --git a/Cargo.toml b/Cargo.toml index 425ec85..cd0e120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ regex = "1.10.4" tabled = { version = "0.15.0", features = ["ansi"] } time = "0.3.36" clap_complete = "4.5.2" -duration-str = "0.8.1" +duration-str = "0.9.1" toml = "0.8.12" [dev-dependencies]