Add r2r prioritization, QUIC transport, and redis limits

# Conflicts:
#	Cargo.toml
#	relay/src/main.rs
This commit is contained in:
2026-02-24 09:47:37 +00:00
parent 356b049849
commit 2f75b75703
4 changed files with 1091 additions and 472 deletions

View File

@@ -22,3 +22,10 @@ chrono = { version = "0.4", features = ["serde", "clock"] }
metrics = "0.24"
metrics-exporter-prometheus = "0.17"
tokio-postgres = { version = "0.7", features = ["with-chrono-0_4", "with-serde_json-1"] }
hmac = "0.12"
sha2 = "0.10"
hex = "0.4"
quinn = "0.11"
rustls = "0.23"
rcgen = "0.12"
rustls-pemfile = "2.1"