]> Untitled Git - lemmy.git/blobdiff - crates/apub/Cargo.toml
Rewrite activitypub following, person, community, pm (#1692)
[lemmy.git] / crates / apub / Cargo.toml
index 1937dffd790c96b68642199646c92a8764a03eb8..e0c714c10039ab50d20457a66464210be21697bb 100644 (file)
@@ -21,11 +21,11 @@ lemmy_api_common = { version = "=0.11.3", path = "../api_common" }
 lemmy_websocket = { version = "=0.11.3", path = "../websocket" }
 diesel = "1.4.7"
 activitystreams = "0.7.0-alpha.11"
-activitystreams-ext = "0.1.0-alpha.2"
 bcrypt = "0.10.0"
 chrono = { version = "0.4.19", features = ["serde"] }
 serde_json = { version = "1.0.64", features = ["preserve_order"] }
 serde = { version = "1.0.126", features = ["derive"] }
+serde_with = "1.9.4"
 actix = "0.12.0"
 actix-web = { version = "4.0.0-beta.8", default-features = false }
 actix-rt = { version = "2.2.0", default-features = false }