X-Git-Url: http://these/git/?a=blobdiff_plain;f=Cargo.lock;h=db4be25efa512e35414c9478219a63c3a8c4d76e;hb=4240af86caad01885e27a437dc881cdf996f3909;hp=a171f59a099eb219f7f293065a8dd46936afa6e7;hpb=a5707328cff0133373491ef8e8908faeefacfa30;p=lemmy.git diff --git a/Cargo.lock b/Cargo.lock index a171f59a..db4be25e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,23 +305,6 @@ dependencies = [ "url", ] -[[package]] -name = "actix-web-actors" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31efe7896f3933ce03dd4710be560254272334bb321a18fd8ff62b1a557d9d19" -dependencies = [ - "actix", - "actix-codec", - "actix-http", - "actix-web", - "bytes", - "bytestring", - "futures-core", - "pin-project-lite", - "tokio", -] - [[package]] name = "actix-web-codegen" version = "4.1.0" @@ -2559,7 +2542,6 @@ version = "0.17.1" dependencies = [ "actix", "actix-rt", - "actix-web", "anyhow", "chrono", "encoding", @@ -2750,15 +2732,12 @@ version = "0.17.1" dependencies = [ "activitypub_federation", "actix", - "actix-rt", "actix-web", - "actix-web-actors", "clokwerk", "console-subscriber", "diesel", "diesel-async", "doku", - "futures", "lemmy_api", "lemmy_api_common", "lemmy_api_crud",