diff --git a/Cargo.lock b/Cargo.lock index 0ace7b00a..bed90b35f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2128,9 +2128,9 @@ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] name = "httpdate" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index c07385ace..adbe24481 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -11,7 +11,7 @@ axum = "0.6.20" camino = "1.1.6" clap = { version = "4.3.21", features = ["derive"] } dotenvy = "0.15.7" -httpdate = "1.0.2" +httpdate = "1.0.3" hyper = { version = "0.14.27", features = ["full"] } itertools = "0.11.0" listenfd = "1.0.1"