From 8d561d348f1cb54074c4104f2b4537a3de5a6303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:37:38 +0000 Subject: [PATCH] chore(deps): update rust crate tiny_http to 0.12 --- Cargo.lock | 7 +++---- crates/updater/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df1fb2b0..2173cca2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7340,15 +7340,14 @@ dependencies = [ [[package]] name = "tiny_http" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0d6ef4e10d23c1efb862eecad25c5054429a71958b4eeef85eb5e7170b477ca" +checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82" dependencies = [ "ascii", "chunked_transfer", + "httpdate", "log", - "time", - "url", ] [[package]] diff --git a/crates/updater/Cargo.toml b/crates/updater/Cargo.toml index 8d877bd8..4abc4bb4 100644 --- a/crates/updater/Cargo.toml +++ b/crates/updater/Cargo.toml @@ -33,4 +33,4 @@ tar = { workspace = true } flate2 = "1.0.27" [dev-dependencies] -tiny_http = "0.11" +tiny_http = "0.12"