redis-api-update
Some checks failed
deploy / deploy (push) Failing after 4s

This commit is contained in:
2024-06-06 13:33:25 +03:00
parent d479e69193
commit d14e5457f3
3 changed files with 391 additions and 443 deletions

View File

@@ -10,12 +10,12 @@ futures = "0.3.30"
serde_json = "1.0.115"
actix-web = "4.5.1"
reqwest = { version = "0.12.3", features = ["json"] }
sentry = { version = "0.32.2", features = ["tokio"] }
sentry = { version = "0.34.0", features = ["tokio"] }
uuid = { version = "1.8.0", features = ["v4"] }
redis = { version = "0.25.3", features = ["tokio-comp"] }
tokio = { version = "1.37.0", features = ["full"] }
serde = { version = "1.0.197", features = ["derive"] }
sentry-actix = "0.32.2"
sentry-actix = "0.34.0"
[[bin]]
name = "presence"