mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-16 00:06:27 +00:00
ade0192e11
Bumps [ldap3](https://github.com/inejge/ldap3) from 0.6.1 to 0.9.3. - [Release notes](https://github.com/inejge/ldap3/releases) - [Changelog](https://github.com/inejge/ldap3/blob/master/CHANGELOG.md) - [Commits](https://github.com/inejge/ldap3/compare/v0.6.1...v0.9.3) --- updated-dependencies: - dependency-name: ldap3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
300 B
TOML
16 lines
300 B
TOML
[package]
|
|
name = "vaultwarden_ldap"
|
|
version = "0.6.1"
|
|
authors = ["ViViDboarder <vividboarder@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ldap3 = "0.9"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.5"
|
|
reqwest = "0.9"
|
|
serde_json = "1.0"
|
|
thiserror = "1.0"
|
|
anyhow = "1.0"
|
|
envy = "0.4.1"
|