fix 'default-features = false' for ldap3
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
cd61c8741c
commit
4ff5c59559
@ -49,7 +49,7 @@ hex = "0.4"
|
||||
http = "0.2"
|
||||
hyper = "0.14.5"
|
||||
lazy_static = "1.4"
|
||||
ldap3 = "0.11"
|
||||
ldap3 = { version = "0.11", default-features = false }
|
||||
libc = "0.2.107"
|
||||
log = "0.4.17"
|
||||
native-tls = "0.2"
|
||||
|
@ -10,7 +10,7 @@ description = "Proxmox library for LDAP authentication/synchronization"
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
ldap3 = { workspace = true, default_features = false, features = ["tls"] }
|
||||
ldap3 = { workspace = true, default-features = false, features = ["tls"] }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
native-tls.workspace = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user