X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fapub%2FCargo.toml;h=8570541f740503add6c3fd0c535295d5f5c85a9a;hb=d6b580a530563d4a2be76d077e015f9aecc75479;hp=2007b541a441cd3808968fdd6e244d6703449240;hpb=e4d78b09747ecd3700f423bce9e6b8f5db347b24;p=lemmy.git diff --git a/crates/apub/Cargo.toml b/crates/apub/Cargo.toml index 2007b541..8570541f 100644 --- a/crates/apub/Cargo.toml +++ b/crates/apub/Cargo.toml @@ -25,7 +25,7 @@ chrono = { workspace = true } serde_json = { workspace = true } serde = { workspace = true } actix-web = { workspace = true } -actix-rt = { workspace = true } +tokio = {workspace = true} tracing = { workspace = true } strum_macros = { workspace = true } url = { workspace = true }