From 1e6017bdab996ef360cb4a797be6a95cb5a55efc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:56:09 +0000 Subject: [PATCH] Update Rust crate duration-str to 0.8.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fe7695..2f3319a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -512,9 +512,9 @@ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" [[package]] name = "duration-str" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5552dff00646a44a410c03217b17dfc5ed34f34e10bda89afca0b3b628aeed9a" +checksum = "c6ed4d47bbe33d7a02377872ce0db05ac2f1b5c6cfed9b6ae3590e14ce57d8d8" dependencies = [ "chrono", "rust_decimal", diff --git a/Cargo.toml b/Cargo.toml index 4b3971c..425ec85 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.0" +duration-str = "0.8.1" toml = "0.8.12" [dev-dependencies]