]> Untitled Git - lemmy.git/blobdiff - crates/websocket/Cargo.toml
Consolidate reqwest clients, use reqwest-middleware for tracing
[lemmy.git] / crates / websocket / Cargo.toml
index 0ee04c86ec42dca30d705c33dbfb8a8bc66a4d51..4340e4865f53b20571eabf731a4d4c7961095f3a 100644 (file)
@@ -19,6 +19,7 @@ lemmy_db_schema = { version = "=0.14.4-rc.4", path = "../db_schema" }
 lemmy_db_views = { version = "=0.14.4-rc.4", path = "../db_views" }
 lemmy_db_views_actor = { version = "=0.14.4-rc.4", path = "../db_views_actor" }
 reqwest = { version = "0.11.4", features = ["json"] }
+reqwest-middleware = "0.1.2"
 tracing = "0.1.29"
 rand = "0.8.4"
 serde = { version = "1.0.130", features = ["derive"] }