fix: remove useless hyper-reverse-proxy

extract-routes
Meng Zhang 2023-11-11 14:37:23 -08:00
parent 8e58ff4003
commit d7180ec7b9
2 changed files with 0 additions and 13 deletions

12
Cargo.lock generated
View File

@ -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",

View File

@ -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"