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"