]> Untitled Git - lemmy.git/blobdiff - Cargo.lock
Remove awc (#1979)
[lemmy.git] / Cargo.lock
index 1966bd2283a955ff838eccb4f07e9d0c5c9f1ecc..cef3b7ac1c4b85493371f0fed582251b3ff28992 100644 (file)
@@ -181,7 +181,6 @@ dependencies = [
  "actix-utils",
  "derive_more",
  "futures-core",
- "http",
  "log",
  "pin-project-lite",
  "tokio-rustls",
@@ -388,39 +387,6 @@ version = "1.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
 
-[[package]]
-name = "awc"
-version = "3.0.0-beta.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9fef22345ed9fc111adf13c3b1e48473136a2669a73680b82d18d6e71e720fe"
-dependencies = [
- "actix-codec",
- "actix-http",
- "actix-rt",
- "actix-service",
- "actix-tls",
- "actix-utils",
- "ahash",
- "base64 0.13.0",
- "bytes",
- "cfg-if",
- "derive_more",
- "futures-core",
- "futures-util",
- "h2",
- "http",
- "itoa",
- "log",
- "mime",
- "percent-encoding",
- "pin-project-lite",
- "rand 0.8.4",
- "serde",
- "serde_json",
- "serde_urlencoded",
- "tokio",
-]
-
 [[package]]
 name = "background-jobs"
 version = "0.11.0"
@@ -1726,7 +1692,6 @@ dependencies = [
  "actix-web",
  "anyhow",
  "async-trait",
- "awc",
  "background-jobs",
  "base64 0.13.0",
  "bcrypt",
@@ -1788,7 +1753,6 @@ dependencies = [
  "actix-web",
  "anyhow",
  "async-trait",
- "awc",
  "background-jobs",
  "base64 0.13.0",
  "bcrypt",
@@ -1834,7 +1798,6 @@ dependencies = [
  "anyhow",
  "assert-json-diff",
  "async-trait",
- "awc",
  "background-jobs",
  "bcrypt",
  "chrono",
@@ -1968,9 +1931,9 @@ dependencies = [
  "actix-web",
  "actix-web-actors",
  "anyhow",
- "awc",
  "chrono",
  "diesel",
+ "futures",
  "lemmy_api_common",
  "lemmy_apub",
  "lemmy_db_schema",
@@ -1979,10 +1942,13 @@ dependencies = [
  "lemmy_utils",
  "lemmy_websocket",
  "once_cell",
+ "reqwest",
+ "reqwest-middleware",
  "rss",
  "serde",
  "sha2",
  "strum",
+ "tokio",
  "tracing",
  "url",
 ]
@@ -3167,6 +3133,7 @@ dependencies = [
  "serde_urlencoded",
  "tokio",
  "tokio-native-tls",
+ "tokio-util",
  "url",
  "wasm-bindgen",
  "wasm-bindgen-futures",