redis-types+spawn-blocking-fix
Some checks failed
deploy / deploy (push) Failing after 5s

This commit is contained in:
2024-09-23 16:32:54 +03:00
parent 336e46268c
commit ad6623a1b8
5 changed files with 507 additions and 432 deletions

View File

@@ -12,7 +12,7 @@ actix-web = "4.5.1"
reqwest = { version = "0.12.3", features = ["json"] }
sentry = { version = "0.34.0", features = ["tokio"] }
uuid = { version = "1.8.0", features = ["v4"] }
redis = { version = "0.26.1", features = ["tokio-comp"] }
redis = { version = "0.27.2", features = ["tokio-comp"] }
tokio = { version = "1.37.0", features = ["full"] }
serde = { version = "1.0.209", features = ["derive"] }
sentry-actix = "0.34.0"