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"