From a96686f9d1bf79884157f8940baaa9f9769c2336 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Tue, 28 Oct 2025 12:45:28 -0300 Subject: [PATCH] refactor: remove aws-config dependency from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4382f946..201579f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,6 @@ web_automation = ["headless_chrome"] [dependencies] actix-cors = "0.7" -aws-config = "0.57.0" csv = "1.3" actix-multipart = "0.7" imap = { version = "3.0.0-alpha.15", optional = true }