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 dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 14, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/ldap3-0.12.1 branch from 7997aa3 to af27aff Compare April 20, 2026 18:53
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 force-pushed the dependabot/cargo/ldap3-0.12.1 branch from af27aff to 326f8d9 Compare April 24, 2026 14:51
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