From 94dcf11c2f006d163976513dbfc5e4015055e33d Mon Sep 17 00:00:00 2001 From: despiegk Date: Thu, 8 May 2025 09:51:26 +0300 Subject: [PATCH] ... --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 169db7c..4e588e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,11 +23,9 @@ futures-util = "0.3" num_cpus = "1.15" bcrypt = "0.14" uuid = { version = "1.3", features = ["v4", "serde"] } -oauth2 = { version = "4.3", optional = true } -reqwest = { version = "0.11", features = ["json"], optional = true } +oauth2 = { version = "4.3" } +reqwest = { version = "0.11", features = ["json"] } -[features] -gitea = ["oauth2", "reqwest"] [dev-dependencies] actix-rt = "2.8"