From d7180ec7b9b4fee3a4e54911623ef724a1b303dc Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 11 Nov 2023 14:37:23 -0800 Subject: [PATCH] fix: remove useless hyper-reverse-proxy --- Cargo.lock | 12 ------------ crates/tabby/Cargo.toml | 1 - 2 files changed, 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b180c28..21de5d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1842,17 +1842,6 @@ dependencies = [ "want", ] -[[package]] -name = "hyper-reverse-proxy" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc1af9b1b483fb9f33bd1cda26b35eacf902f0d116fcf0d56075ea5e5923b935" -dependencies = [ - "hyper", - "lazy_static", - "unicase", -] - [[package]] name = "hyper-timeout" version = "0.4.1" @@ -4087,7 +4076,6 @@ dependencies = [ "futures", "http-api-bindings", "hyper", - "hyper-reverse-proxy", "lazy_static", "llama-cpp-bindings", "mime_guess", diff --git a/crates/tabby/Cargo.toml b/crates/tabby/Cargo.toml index a3684fa..beee031 100644 --- a/crates/tabby/Cargo.toml +++ b/crates/tabby/Cargo.toml @@ -46,7 +46,6 @@ regex.workspace = true llama-cpp-bindings = { path = "../llama-cpp-bindings" } futures.workspace = true async-trait.workspace = true -hyper-reverse-proxy = "0.5.1" [dependencies.uuid] version = "1.3.3"