From 324cca9655f5aee91851098d98b6ab62f528493e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 01:17:14 +0000 Subject: [PATCH] Bump duration-str from 0.18.0 to 0.19.0 Bumps [duration-str](https://github.com/baoyachi/duration-str) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/baoyachi/duration-str/releases) - [Commits](https://github.com/baoyachi/duration-str/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: duration-str dependency-version: 0.19.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 2cd221a..e32d11d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,9 +481,9 @@ dependencies = [ [[package]] name = "duration-str" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6eb193f176998d2f9fed5cfea52af8237f86a03fe66b85f96ad75d890a85299" +checksum = "12494809f9915b6132014cc259c4e204ab53ab6c6dd2225672703b5359267d82" dependencies = [ "chrono", "rust_decimal", diff --git a/Cargo.toml b/Cargo.toml index b5a0b2e..4e944df 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.18.0" +duration-str = "0.19.0" futures = "0.3.31" password-hash = { version = "0.5.0", features = ["std"] } percent-encoding = "2.3.2"