fix: remove useless hyper-reverse-proxy
parent
8e58ff4003
commit
d7180ec7b9
|
|
@ -1842,17 +1842,6 @@ dependencies = [
|
||||||
"want",
|
"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]]
|
[[package]]
|
||||||
name = "hyper-timeout"
|
name = "hyper-timeout"
|
||||||
version = "0.4.1"
|
version = "0.4.1"
|
||||||
|
|
@ -4087,7 +4076,6 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"http-api-bindings",
|
"http-api-bindings",
|
||||||
"hyper",
|
"hyper",
|
||||||
"hyper-reverse-proxy",
|
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"llama-cpp-bindings",
|
"llama-cpp-bindings",
|
||||||
"mime_guess",
|
"mime_guess",
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,6 @@ regex.workspace = true
|
||||||
llama-cpp-bindings = { path = "../llama-cpp-bindings" }
|
llama-cpp-bindings = { path = "../llama-cpp-bindings" }
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
async-trait.workspace = true
|
async-trait.workspace = true
|
||||||
hyper-reverse-proxy = "0.5.1"
|
|
||||||
|
|
||||||
[dependencies.uuid]
|
[dependencies.uuid]
|
||||||
version = "1.3.3"
|
version = "1.3.3"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue