mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
server: small dependency cleanup
This commit is contained in:
committed by
nitnelave
parent
55de3ac329
commit
3d61c209d2
@@ -21,7 +21,6 @@ actix-web = "4.3"
|
||||
actix-web-httpauth = "0.8"
|
||||
anyhow = "*"
|
||||
async-trait = "0.1"
|
||||
base64 = "0.21"
|
||||
bincode = "1.3"
|
||||
cron = "*"
|
||||
derive_builder = "0.12"
|
||||
@@ -30,13 +29,10 @@ futures = "*"
|
||||
futures-util = "*"
|
||||
hmac = "0.12"
|
||||
http = "*"
|
||||
itertools = "0.10"
|
||||
juniper = "0.15"
|
||||
jwt = "0.16"
|
||||
lber = "0.4.1"
|
||||
ldap3_proto = "0.6.0"
|
||||
log = "*"
|
||||
orion = "0.17"
|
||||
rand_chacha = "0.3"
|
||||
rustls-pemfile = "1"
|
||||
serde_json = "1"
|
||||
|
||||
Reference in New Issue
Block a user