cargo: depend on the published version of lldap_auth

This commit is contained in:
Valentin Tolmer
2023-05-12 15:37:39 +02:00
parent 1377d5aed9
commit e1aa2bfb18
5 changed files with 27 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ serde_json = "1"
smallvec = "1"
[dependencies.lldap_auth]
path = "../auth"
version = "0.3"
features = ["opaque_client"]
[dependencies.graphql_client]