Switch to up-to-date version of lldap_auth

This commit is contained in:
2025-03-13 01:48:45 +01:00
parent 0c4e7eb9ab
commit 947ec01d56
3 changed files with 67 additions and 35 deletions

View File

@@ -13,7 +13,7 @@ insta = "1.42.2"
[dependencies]
queries = { path = "./queries" }
anyhow = "1.0.97"
lldap_auth = "0.3.0"
lldap_auth = { git = "https://github.com/lldap/lldap" }
rand = { version = "0.8.0" }
serde_json = "1.0.140"
surf = "2.3.2"