diff --git a/Cargo.lock b/Cargo.lock index cf3117b2..00909743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5498,9 +5498,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bb39ee79a6d8de55f48f2293a830e040392f1c5f16e336bdd1788cd0aadce07" +checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" dependencies = [ "deranged", "itoa", @@ -5517,9 +5517,9 @@ checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" [[package]] name = "time-macros" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "733d258752e9303d392b94b75230d07b0b9c489350c69b851fc6c065fde3e8f9" +checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" dependencies = [ "time-core", ] diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index c5c41f9f..fecb4166 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -51,7 +51,7 @@ zeroize = "1.6.0" # Various data types and utilities camino = "1.1.6" chrono.workspace = true -time = "0.3.27" +time = "0.3.28" url.workspace = true mime = "0.3.17" rand.workspace = true