You've already forked AstralRinth
forked from didirus/AstralRinth
Fix GV + Loader syncing on version create (#564)
* Fix GV + Loader syncing on version create * Update rustc v
This commit is contained in:
@@ -14,7 +14,7 @@ path = "src/main.rs"
|
||||
actix = "0.13.0"
|
||||
actix-web = "4.3.0"
|
||||
actix-rt = "2.8.0"
|
||||
actix-multipart = "0.5.0"
|
||||
actix-multipart = "0.6.0"
|
||||
actix-cors = "0.6.4"
|
||||
|
||||
tokio = { version = "1.25.0", features = ["sync"] }
|
||||
@@ -67,8 +67,8 @@ thiserror = "1.0.38"
|
||||
sqlx = { version = "0.6.2", features = ["runtime-actix-rustls", "postgres", "chrono", "offline", "macros", "migrate", "decimal", "json"] }
|
||||
rust_decimal = { version = "1.28.1", features = ["serde-with-float", "serde-with-str"] }
|
||||
|
||||
sentry = { version = "0.29.3", features = ["profiling"] }
|
||||
sentry-actix = "0.29.3"
|
||||
sentry = { version = "0.30.0", features = ["profiling"] }
|
||||
sentry-actix = "0.30.0"
|
||||
|
||||
image = "0.24.5"
|
||||
color-thief = "0.2.2"
|
||||
|
||||
Reference in New Issue
Block a user