Skip to content

Bump ldap3 from 0.11.5 to 0.12.1#12

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

Bump ldap3 from 0.11.5 to 0.12.1#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ldap3-0.12.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 11, 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 @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 11, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot force-pushed the dependabot/cargo/ldap3-0.12.1 branch from fec7431 to 4581bb5 Compare May 11, 2026 23:24
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 4581bb5 to 50b3e10 Compare May 12, 2026 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants