chore(deps): update rust crate ldap3 to 0.12.0 #1046
No reviewers
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status/Blocked
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1046
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/ldap3-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.11.5
->0.12.0
Release Notes
inejge/ldap3 (ldap3)
v0.12.1
Compare Source
[breaking change] Compiling with Rustls now requires explicit
selection of a crypto provider. Using the "tls-rustls" flag by
itself is no longer enough. There are two predefined flags,
"tls-rustls-aws-lc-rs" and "tls-rustls-ring", for the two
common providers. See the README or top-level library documentation
for details.
[breaking change] Remove the deprecated
ldap_str_unescape()
infavor of
ldap_unescape()
.Add basic NTLM authentication support. Username and cleartext
password must be provided. Sign/seal on a non-TLS connection are
not supported. On a TLS connection, a channel binding token will
be sent to the server if possible.
Add support for using acquired credentials for GSSAPI through
cross_krb5
(#149).
Remove the
lazy_static
dependency and useLazyLock
instead.The impetus came from #146,
although that PR wasn't used in the end.
Add the Transaction exop (RFC 5805)
(#134).
Add support for creating a client from an existing
TcpStream
orUnixStream
(#132).
Update this crate and
lber
to Edition 2024.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
b3dedaa5aa
2f914b4c11
af1cc317dc
148240cbbb
🎉