Fix errant ldap3 dependency in src/core.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -4903,7 +4903,6 @@ dependencies = [
|
||||
"ipaddress",
|
||||
"itertools 0.14.0",
|
||||
"jsonwebtoken",
|
||||
"ldap3",
|
||||
"libc",
|
||||
"libloading",
|
||||
"log",
|
||||
|
||||
@@ -79,7 +79,6 @@ http.workspace = true
|
||||
ipaddress.workspace = true
|
||||
itertools.workspace = true
|
||||
jsonwebtoken.workspace = true
|
||||
ldap3.workspace = true
|
||||
libc.workspace = true
|
||||
libloading.workspace = true
|
||||
libloading.optional = true
|
||||
|
||||
Reference in New Issue
Block a user