From c271fbdcc275bce3c632efbf7399076bbccb363e Mon Sep 17 00:00:00 2001 From: "Aode (lion)" Date: Mon, 6 Dec 2021 17:17:26 -0600 Subject: [PATCH] Remove unused awc dep --- Cargo.lock | 3 --- crates/api/Cargo.toml | 1 - crates/api_crud/Cargo.toml | 1 - crates/apub/Cargo.toml | 1 - 4 files changed, 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1966bd228..d56fe6ea3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1726,7 +1726,6 @@ dependencies = [ "actix-web", "anyhow", "async-trait", - "awc", "background-jobs", "base64 0.13.0", "bcrypt", @@ -1788,7 +1787,6 @@ dependencies = [ "actix-web", "anyhow", "async-trait", - "awc", "background-jobs", "base64 0.13.0", "bcrypt", @@ -1834,7 +1832,6 @@ dependencies = [ "anyhow", "assert-json-diff", "async-trait", - "awc", "background-jobs", "bcrypt", "chrono", diff --git a/crates/api/Cargo.toml b/crates/api/Cargo.toml index c2bc77faa..bec1de1a7 100644 --- a/crates/api/Cargo.toml +++ b/crates/api/Cargo.toml @@ -30,7 +30,6 @@ serde = { version = "1.0.130", features = ["derive"] } actix = "0.12.0" actix-web = { version = "4.0.0-beta.9", default-features = false } actix-rt = { version = "2.2.0", default-features = false } -awc = { version = "3.0.0-beta.8", default-features = false } rand = "0.8.4" strum = "0.21.0" strum_macros = "0.21.1" diff --git a/crates/api_crud/Cargo.toml b/crates/api_crud/Cargo.toml index a6d116573..9809ff3c3 100644 --- a/crates/api_crud/Cargo.toml +++ b/crates/api_crud/Cargo.toml @@ -25,7 +25,6 @@ serde = { version = "1.0.130", features = ["derive"] } actix = "0.12.0" actix-web = { version = "4.0.0-beta.9", default-features = false } actix-rt = { version = "2.2.0", default-features = false } -awc = { version = "3.0.0-beta.8", default-features = false } tracing = "0.1.29" rand = "0.8.4" strum = "0.21.0" diff --git a/crates/apub/Cargo.toml b/crates/apub/Cargo.toml index 47da38d60..7cd8608b1 100644 --- a/crates/apub/Cargo.toml +++ b/crates/apub/Cargo.toml @@ -30,7 +30,6 @@ serde_with = "1.10.0" actix = "0.12.0" actix-web = { version = "4.0.0-beta.9", default-features = false } actix-rt = { version = "2.2.0", default-features = false } -awc = { version = "3.0.0-beta.8", default-features = false } tracing = "0.1.29" rand = "0.8.4" strum = "0.21.0"