server: update ldap3_proto dependency

This will fix the issue with some unhandled controls, this time for sure
This commit is contained in:
Valentin Tolmer
2024-01-16 17:35:43 +01:00
committed by nitnelave
parent 2ea17c04ba
commit 6f905b1ca9
3 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -2366,9 +2366,9 @@ dependencies = [
[[package]]
name = "ldap3_proto"
version = "0.4.2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4598dd32dbd16d4fd06a1eb423bf569563d7c65e808ceae5ef3c12179134bc36"
checksum = "a29eca0a9fef365d6d376a1b262e269a17b1c8c6de2cee76618642cd3c923506"
dependencies = [
"base64 0.21.0",
"bytes",