From 929cbfb6b74cfcb02a14ef6576b8d52e728df52e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jan 2023 16:19:20 +0100 Subject: [PATCH] fix(deps): update rust crate tiny_http to 0.12 (#64) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 7 +++---- plugins/localhost/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10f5e40d..b2a654f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4467,15 +4467,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 0.3.17", - "url", ] [[package]] diff --git a/plugins/localhost/Cargo.toml b/plugins/localhost/Cargo.toml index b7ccae7c..12fad9a0 100644 --- a/plugins/localhost/Cargo.toml +++ b/plugins/localhost/Cargo.toml @@ -15,5 +15,5 @@ serde_json.workspace = true tauri.workspace = true log.workspace = true thiserror.workspace = true -tiny_http = "0.11" +tiny_http = "0.12" http = "0.2" \ No newline at end of file