mirror of
https://github.com/ViViDboarder/bitwarden_rs_ldap.git
synced 2024-11-13 23:16:28 +00:00
02f6383444
Bumps [ldap3](https://github.com/inejge/ldap3) from 0.9.4 to 0.11.1. - [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.9.4...v0.11.1) --- updated-dependencies: - dependency-name: ldap3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
383 B
TOML
18 lines
383 B
TOML
[package]
|
|
name = "vaultwarden_ldap"
|
|
version = "1.0.0"
|
|
authors = ["ViViDboarder <vividboarder@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ldap3 = "0.11"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
toml = "0.5"
|
|
reqwest = { version = "0.11", features = ["json", "blocking"] }
|
|
serde_json = "1.0"
|
|
thiserror = "1.0"
|
|
anyhow = "1.0"
|
|
envy = "0.4.1"
|
|
pledge = "0.4.2"
|
|
unveil = "0.3.2"
|