1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

switch to axum based proxy

This commit is contained in:
Robin Appelman 2025-03-10 23:07:14 +01:00
commit 2bc9e571d2
4 changed files with 179 additions and 391 deletions

View file

@ -28,15 +28,16 @@ async-trait = "0.1.80"
enum_dispatch = "0.3.13"
miette = { version = "7.2.0", features = ["fancy"] }
shell-words = "1.1.0"
warp = "0.3"
tokio-stream = { version = "0.1.15", features = ["net"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/felipenoris/hyper-reverse-proxy" }
hyper = "0.14.29"
atty = "0.2.14"
git2 = { version = "0.20.0", default-features = false }
hyper-reverse-proxy = { version = "0.5.2-dev", git = "https://github.com/chpio/hyper-reverse-proxy", rev = "6934877eb74465204f605cc1c05ca5a9772db7c0" }
hyper = "1.6.0"
hyper-util = "0.1.10"
axum = { version = "0.8.1", features = ["tokio"] }
[profile.release]
lto = true