This commit is contained in:
sxyazi 2026-03-07 15:33:41 +08:00
parent e5acbaadae
commit 14fb19353a
No known key found for this signature in database

View file

@ -21,7 +21,7 @@ yazi-shared = { path = "../yazi-shared", version = "26.2.2" }
# External dependencies # External dependencies
anyhow = { workspace = true } anyhow = { workspace = true }
chrono = { workspace = true} chrono = { workspace = true }
deadpool = { version = "0.13.0", default-features = false, features = [ "managed", "rt_tokio_1" ] } deadpool = { version = "0.13.0", default-features = false, features = [ "managed", "rt_tokio_1" ] }
either = { workspace = true } either = { workspace = true }
futures = { workspace = true } futures = { workspace = true }