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

View File

@@ -14,7 +14,7 @@ use actix_rt::net::TcpStream;
use actix_server::ServerBuilder;
use actix_service::{fn_service, ServiceFactoryExt};
use anyhow::{anyhow, Context, Result};
use ldap3_proto::{proto::LdapControl, proto::LdapMsg, proto::LdapOp, LdapCodec};
use ldap3_proto::{control::LdapControl, proto::LdapMsg, proto::LdapOp, LdapCodec};
use rustls::PrivateKey;
use tokio_rustls::TlsAcceptor as RustlsTlsAcceptor;
use tokio_util::codec::{FramedRead, FramedWrite};