You've already forked AstralRinth
forked from didirus/AstralRinth
* Fix download counts (#746) * Fix download counts * remove unsafe send * update indexing time * run prep * run prep again
This commit is contained in:
@@ -86,8 +86,8 @@ rust_decimal = { version = "1.30.0", features = [
|
||||
"serde-with-float",
|
||||
"serde-with-str",
|
||||
] }
|
||||
redis = { version = "0.23.0", features = ["tokio-comp", "ahash", "r2d2"] }
|
||||
deadpool-redis = "0.12.0"
|
||||
redis = { version = "0.23.3", features = ["tokio-comp", "ahash", "r2d2"]}
|
||||
deadpool-redis = "0.13.0"
|
||||
clickhouse = { version = "0.11.2", features = ["uuid", "time"] }
|
||||
uuid = { version = "1.2.2", features = ["v4", "fast-rng", "serde"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user