Merge feat/proxy/headers-and-forwarding into main
This commit is contained in:
@@ -16,6 +16,10 @@ path = "src/main.rs"
|
||||
axum = "=0.8.9"
|
||||
tokio = { version = "=1.45.1", features = ["full"] }
|
||||
hyper = "=1.6.0"
|
||||
hyper-util = { version = "=0.1.17", features = ["client-legacy", "http1", "http2", "tokio"] }
|
||||
http-body-util = "=0.1.3"
|
||||
hyper-rustls = { version = "=0.27.9", features = ["http1", "http2"] }
|
||||
rustls-native-certs = "=0.8.1"
|
||||
tower = "=0.5.2"
|
||||
rustls = { version = "=0.23.28", features = ["aws_lc_rs"] }
|
||||
tokio-rustls = "=0.26.2"
|
||||
@@ -31,7 +35,6 @@ clap = { version = "=4.6.1", features = ["derive"] }
|
||||
signal-hook = "=0.3.18"
|
||||
anyhow = "=1.0.102"
|
||||
thiserror = "=2.0.18"
|
||||
http-body-util = "=0.1.3"
|
||||
futures = "=0.3.31"
|
||||
dashmap = "=6.1"
|
||||
serde_json = "=1.0.140"
|
||||
@@ -39,4 +42,4 @@ serde_json = "=1.0.140"
|
||||
[dev-dependencies]
|
||||
rcgen = "=0.13"
|
||||
reqwest = { version = "=0.12", features = ["json"] }
|
||||
tempfile = "=3.20"
|
||||
tempfile = "=3.20"
|
||||
Reference in New Issue
Block a user