mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-29 22:38:36 +08:00
Hatchecks kind of complete
This commit is contained in:
@@ -6,13 +6,8 @@ edition = "2021"
|
||||
[dependencies]
|
||||
bytes = "1.9.0"
|
||||
mini-redis = "0.4"
|
||||
#async-trait = "0.1"
|
||||
hyper-reverse-proxy = "0.5"
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
rand = "0.8.5"
|
||||
dashmap = "6.1.0"
|
||||
http-body-util = "0.1"
|
||||
hyper-util = { version = "0.1", features = ["full"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
#pingora = { version = "0.4", features = ["full"] }
|
||||
pingora = { version = "0.4.0", features = ["lb"] }
|
||||
@@ -28,4 +23,4 @@ notify = "8.0.0"
|
||||
axum = "0.8.1"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.137"
|
||||
|
||||
reqwest = { version = "0.12" }
|
||||
|
||||
Reference in New Issue
Block a user