From 1cdfdeddbce256f26a7a7d4eae0ed2aacbcf8661 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 18 Sep 2020 21:41:36 -0700 Subject: Replace reqwest with actix_web::client --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e076570..25add68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,13 +17,13 @@ bytes = "0.5" futures = "0.3" chrono = { version = "0.4", features = ["serde"] } +derive_more = "0.99.9" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" base32 = "0.4" mime = "0.3" rand = "0.7" -reqwest = { version = "0.10", features = ["json"] } rusoto_core = "0.45.0" rusoto_s3 = "0.45.0" -- cgit v1.2.3