Skip to content

Bump ldap3 from 0.11.5 to 0.12.1#336

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/ldap3-0.12.1
Open

Bump ldap3 from 0.11.5 to 0.12.1#336
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/ldap3-0.12.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

Bumps ldap3 from 0.11.5 to 0.12.1.

Changelog

Sourced from ldap3's changelog.

v0.12.1, 2025-09-11

  • [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() in favor 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 use LazyLock 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 or UnixStream (#132).

  • Update this crate and lber to Edition 2024.

v0.11.3, 2023-06-08

  • Handle servers which return zero for send_max_size in the GSSAPI negotiation. Zero is effectively treated as unlimited, to avoid artificial low limits. This is a reworked fix for #97, which adjusted the size to 256 KiB.

  • Update rustls and tokio-rustls.

  • Fix type visibility in lber (#102).

  • Make lber compile on 32-bit architectures, which broke because the updated parser had an implicit assumption that usize is 64 bits. Fixes #99.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ldap3](https://github.com/inejge/ldap3) from 0.11.5 to 0.12.1.
- [Changelog](https://github.com/inejge/ldap3/blob/master/CHANGELOG.md)
- [Commits](inejge/ldap3@v0.11.5...v0.12.1)

---
updated-dependencies:
- dependency-name: ldap3
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants