fix: remove useless hyper-reverse-proxy
parent
8e58ff4003
commit
d7180ec7b9
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue