From 402453deb8f1e4651d1c93d4a35a03c38e27bd94 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 20 Jun 2026 17:27:29 -0400 Subject: [PATCH] Removing reqwest crate --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be13cd4..f22145a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2830,7 +2830,6 @@ dependencies = [ "futures", "josekit", "jsonwebtoken", - "reqwest", "serde", "serde_json", "sqlx", diff --git a/Cargo.toml b/Cargo.toml index 3ca5c89..2a4425c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ tokio = { version = "1.52.3", features = ["full"] } tokio-util = { version = "0.7.18", features = ["io"] } tower = { version = "0.5.3", features = ["full"] } tower-http = { version = "0.6.11", features = ["cors", "timeout"] } -reqwest = { version = "0.13.4" } tracing-subscriber = "0.3.23" futures = { version = "0.3.32" } uuid = { version = "1.23.3", features = ["v4", "serde"] }