mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 00:31:24 +01:00
Merge branch 'rate-limiting' into 'main'
Draft: Rate limiting See merge request matrix/grapevine!183
This commit is contained in:
commit
612a5b51cc
8 changed files with 631 additions and 9 deletions
|
|
@ -96,6 +96,7 @@ axum-server = { git = "https://gitlab.computer.surgery/matrix/thirdparty/axum-se
|
|||
base64 = "0.22.1"
|
||||
bytes = "1.10.1"
|
||||
clap = { version = "4.5.34", default-features = false, features = ["std", "derive", "help", "usage", "error-context", "string", "wrap_help"] }
|
||||
dashmap = "6.1.0"
|
||||
futures-util = { version = "0.3.31", default-features = false }
|
||||
hmac = "0.12.1"
|
||||
html-escape = "0.2.13"
|
||||
|
|
@ -116,6 +117,7 @@ phf = { version = "0.11.3", features = ["macros"] }
|
|||
pin-project-lite = "0.2.16"
|
||||
prometheus = "0.13.4"
|
||||
proxy-header = { version = "0.1.2", features = ["tokio"] }
|
||||
quanta = "0.12.5"
|
||||
rand = "0.8.5"
|
||||
regex = "1.11.1"
|
||||
reqwest = { version = "0.12.15", default-features = false, features = ["http2", "rustls-tls-native-roots", "socks"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue