aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2025-03-15 22:19:00 +1030
committerKunoiSayami <[email protected]>2025-03-15 22:19:00 +1030
commit645cda1b2faecb44b9c819634c412443f27d943c (patch)
tree09ae9d9467398267f74ccba02d29fc835f7067f8 /Cargo.toml
parent16ddbcd5fab15a04cc3e267bae734eb6cc922fa5 (diff)
chore: Update crates
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"