]> Untitled Git - lemmy.git/blobdiff - crates/apub_lib/Cargo.toml
Fix prod deploy script and clippy (#1724)
[lemmy.git] / crates / apub_lib / Cargo.toml
index f15a12adebb2e8ba1ff19b67f1e0aac51e9f38cc..53fa7ce43d4cf99ed6877c4fa9347981660564a3 100644 (file)
@@ -1,17 +1,19 @@
 [package]
 name = "lemmy_apub_lib"
-version = "0.11.3-rc.5"
+version = "0.11.4-rc.28"
 edition = "2018"
 description = "A link aggregator for the fediverse"
 license = "AGPL-3.0"
 
 [dependencies]
-lemmy_utils = { version = "0.11.3-rc.5", path = "../utils" }
-lemmy_websocket = { version = "0.11.3-rc.5", path = "../websocket" }
-lemmy_apub_lib_derive = { version = "0.11.3-rc.5", path = "../apub_lib_derive" }
+lemmy_utils = { version = "=0.11.4-rc.28", path = "../utils" }
+lemmy_websocket = { version = "=0.11.4-rc.28", path = "../websocket" }
+lemmy_apub_lib_derive = { version = "=0.11.4-rc.28", path = "../apub_lib_derive" }
 activitystreams = "0.7.0-alpha.11"
-activitystreams-ext = "0.1.0-alpha.2"
-serde = { version = "1.0.123", features = ["derive"] }
-async-trait = "0.1.42"
-url = { version = "2.2.1", features = ["serde"] }
-serde_json = { version = "1.0.64", features = ["preserve_order"] }
+serde = { version = "1.0.127", features = ["derive"] }
+async-trait = "0.1.51"
+url = { version = "2.2.2", features = ["serde"] }
+serde_json = { version = "1.0.66", features = ["preserve_order"] }
+anyhow = "1.0.41"
+reqwest = { version = "0.11.4", features = ["json"] }
+log = "0.4.14"