mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 14:48:10 +00:00
cargo,server: update ldap3_proto to version 0.6.0
This commit is contained in:
committed by
nitnelave
parent
d854ace89f
commit
f34fa1d701
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2419,9 +2419,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ldap3_proto"
|
||||
version = "0.5.2"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e9a047c1b49d3b4da70f52ac54310dcd879c9b7fef658615ff17f6212ae7411e"
|
||||
checksum = "ccebf37561f92380d3a6d6bfc1bef7720e197e7c16334104d7f90af500d79df8"
|
||||
dependencies = [
|
||||
"base64 0.21.7",
|
||||
"bytes",
|
||||
|
||||
@@ -34,7 +34,7 @@ itertools = "0.10"
|
||||
juniper = "0.15"
|
||||
jwt = "0.16"
|
||||
lber = "0.4.1"
|
||||
ldap3_proto = "^0.5.1"
|
||||
ldap3_proto = "0.6.0"
|
||||
log = "*"
|
||||
orion = "0.17"
|
||||
rand_chacha = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user