Skip to content

Commit

Permalink
Merge pull request #9 from aeveris/fix-ldap3-feature-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
keaz authored Apr 12, 2024
2 parents 6ea3ad4 + 53d9122 commit 6f145b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.75"
deadpool = "0.10.0"
ldap3 = "0.11.3"
ldap3 = { version = "0.11.3", default-features = false }
log = "0.4.20"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit 6f145b9

Please sign in to comment.