Add bots count limit

This commit is contained in:
2024-01-07 22:23:58 +01:00
parent ccb096f2e6
commit 92b828265b
3 changed files with 69 additions and 58 deletions

View File

@@ -14,13 +14,13 @@ members = [
once_cell = "1.19.0"
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.10", default-features = false, features = ["postgresql"] }
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.195", features = ["derive"] }
tokio = { version = "1.35.0", features = ["full"] }
axum = { version = "0.7.2", features = ["json"] }
tokio = { version = "1.35.1", features = ["full"] }
axum = { version = "0.7.3", features = ["json"] }
axum-prometheus = "0.5.0"
chrono = "0.4.31"
sentry = { version = "0.32.0", features = ["debug-images"] }
sentry = { version = "0.32.1", features = ["debug-images"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}