mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
improve websocket proxying
This commit is contained in:
parent
b977cd9dfa
commit
ad999702aa
6 changed files with 164 additions and 43 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "haze"
|
||||
version = "2.2.1"
|
||||
version = "2.2.2"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2021"
|
||||
repository = "https://codeberg.org/icewind/haze"
|
||||
|
|
@ -12,6 +12,7 @@ bollard = "0.20.1"
|
|||
maplit = "1.0.2"
|
||||
camino = { version = "1.2.2", features = ["serde1"] }
|
||||
tokio = { version = "1.49.0", features = ["fs", "macros", "signal", "rt-multi-thread"] }
|
||||
tokio-stream = { version = "0.1.18", features = ["net"] }
|
||||
futures-util = "0.3.32"
|
||||
termion = "4.0.6"
|
||||
opener = "0.8.4"
|
||||
|
|
@ -41,10 +42,10 @@ base16ct = { version = "1.0.0", features = ["alloc"] }
|
|||
indicatif = "0.18.4"
|
||||
rayon = "1.12.0"
|
||||
|
||||
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/chpio/hyper-reverse-proxy", rev = "6934877eb74465204f605cc1c05ca5a9772db7c0" }
|
||||
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://code.betamike.com/micropelago/hyper-reverse-proxy.git", rev = "d5a6f799189360d9449ae47ab3cdde511f02cf39" }
|
||||
hyper = "1.8.1"
|
||||
hyper-util = "0.1.20"
|
||||
axum = { version = "0.8.8", features = ["tokio"] }
|
||||
axum = { version = "0.8.8", features = ["tokio", "macros"] }
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue