From 735612ccfba150978d174fcc7d95b2ea3013ab9e Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Mon, 9 Feb 2026 20:59:33 +0800 Subject: refactor: Remove pam authentication method Signed-off-by: KunoiSayami --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f4be69e..288effc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cgit-simple-authentication" -version = "4.2.1" +version = "4.3.0" authors = ["KunoiSayami "] edition = "2024" @@ -18,7 +18,6 @@ log = { version = "0.4", features = [ "release_max_level_info", ] } log4rs = "1" -pam = { git = "https://github.com/1wilkens/pam.git", optional = true } rand = "0.10" redis = { version = "1", features = ["tokio-comp"] } regex = "1" @@ -43,6 +42,3 @@ cpufeatures = "0.3" [profile.release] lto = true panic = "abort" - -[features] -default = [] -- cgit v1.3.1