]> Untitled Git - lemmy.git/blobdiff - crates/api_common/Cargo.toml
Remove `actix_rt` & use standard tokio spawn (#3158)
[lemmy.git] / crates / api_common / Cargo.toml
index 46045d8057a6c849beb00387094eed71dcb163ba..339d233a16b1ba553f3d69854a2d8c515ae9a628 100644 (file)
@@ -38,7 +38,7 @@ encoding = { version = "0.2.33", optional = true }
 anyhow = { workspace = true }
 futures = { workspace = true }
 uuid = { workspace = true }
-actix-rt = { workspace = true }
+tokio = { workspace = true }
 reqwest = { workspace = true }
 ts-rs = { workspace = true, optional = true }
 actix-web = { workspace = true }