minor improvements

This commit is contained in:
Ara Sadoyan
2026-02-17 17:03:52 +01:00
parent 3618687ad5
commit abb5fef1d6
3 changed files with 17 additions and 21 deletions

View File

@@ -20,10 +20,10 @@ pingora-proxy = "0.7.0"
pingora-http = "0.7.0"
pingora-limits = "0.7.0"
async-trait = "0.1.89"
env_logger = "0.11.8"
env_logger = "0.11.9"
log = "0.4.29"
futures = "0.3.31"
notify = "9.0.0-rc.1"
futures = "0.3.32"
notify = "9.0.0-rc.2"
axum = { version = "0.8.8" }
axum-server = { version = "0.8.0", features = ["tls-openssl"] }
reqwest = { version = "0.13.1", features = ["json", "stream"] }