From 28a9138f392b21091cfcb547159c2765abf38988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 19:07:27 +0000 Subject: [PATCH] Bump duration-str from 0.20.0 to 0.21.0 Bumps [duration-str](https://github.com/baoyachi/duration-str) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/baoyachi/duration-str/releases) - [Commits](https://github.com/baoyachi/duration-str/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: duration-str dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b8f3fb..7c00823 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,9 +481,9 @@ dependencies = [ [[package]] name = "duration-str" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae065b0fbd186e5014e14be5f9411e4cb4a2ec14168e8a34e38183a3d1c07544" +checksum = "027cd1402a609c71a9ac333c7e3d90ee042e7a131da1a83da8c60df323f12f61" dependencies = [ "chrono", "rust_decimal", diff --git a/Cargo.toml b/Cargo.toml index fd6baa7..73bee64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ axum-extra = { version = "0.12.5", features = ["cookie", "cookie-private"] } base64 = "0.22.1" config = { version = "0.15.19", features = ["toml"] } cookie = { version = "0.18.1", features = ["private"] } -duration-str = "0.20.0" +duration-str = "0.21.0" futures = "0.3.32" password-hash = { version = "0.5.0", features = ["std"] } percent-encoding = "2.3.2"