From 645cda1b2faecb44b9c819634c412443f27d943c Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Sat, 15 Mar 2025 22:19:00 +1030 Subject: chore: Update crates Signed-off-by: KunoiSayami --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8de3ca4..1baa66c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ log = { version = "0.4", features = [ "release_max_level_info", ] } log4rs = "1" -pam = { version = "0.8.0", optional = true } +pam = { git = "https://github.com/1wilkens/pam.git", optional = true } rand = "0.9" redis = { version = "0.29", features = ["tokio-comp"] } regex = "1" -- cgit v1.3.1