fix: player deadlock related to start_watching
This commit is contained in:
@@ -6,13 +6,13 @@ edition = "2021"
|
||||
[dependencies]
|
||||
axum = "0.7.9"
|
||||
blake3 = "1.5.4"
|
||||
deadpool = "0.12.1"
|
||||
deadpool-sqlite = "0.9.0"
|
||||
dotenvy = "0.15.7"
|
||||
hex = "0.4.3"
|
||||
home = "0.5.9"
|
||||
image = "0.25.5"
|
||||
prost = "0.13.3"
|
||||
r2d2 = "0.8.10"
|
||||
r2d2_sqlite = { version = "0.25.0", features = ["bundled"] }
|
||||
rayon = "1.10.0"
|
||||
rodio = "0.20.1"
|
||||
rusqlite = { version = "0.32.1", features = ["bundled"] }
|
||||
|
||||
Reference in New Issue
Block a user