Skip to content

Commit

Permalink
build(deps): bump ldap3 from 0.11.3 to 0.11.5
Browse files Browse the repository at this point in the history
Bumps [ldap3](https://github.com/inejge/ldap3) from 0.11.3 to 0.11.5.
- [Changelog](https://github.com/inejge/ldap3/blob/v0.11.5/CHANGELOG.md)
- [Commits](inejge/ldap3@v0.11.3...v0.11.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent d70e913 commit 828b7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ linux-keyutils = { version = "0.2.3", features = ["std"] }
url = { version = "2.5.0", features = ["serde"] }
openidconnect = "3.4.0"
async-trait = "0.1.77"
ldap3 = { version = "0.11.3", default-features = false, features = ["tls-rustls"] }
ldap3 = { version = "0.11.5", default-features = false, features = ["tls-rustls"] }
reqwest = { version = "0.11.25", features = ["rustls", "__tls", "rustls-tls", "stream", "webpki-roots", "rustls-tls-webpki-roots"], default-features = false }
futures = "0.3.30"
futures-util = { version = "0.3.30", default-features = false, features = ["io"] }
Expand Down

0 comments on commit 828b7d4

Please sign in to comment.