bitwarden_rs_ldap/Cargo.toml
dependabot[bot] 201266ce3c
Bump reqwest from 0.11.27 to 0.12.5 (#146)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.27 to 0.12.5.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.27...v0.12.5)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-12 15:55:41 -07:00

18 lines
383 B
TOML

[package]
name = "vaultwarden_ldap"
version = "1.0.2"
authors = ["ViViDboarder <vividboarder@gmail.com>"]
edition = "2018"
[dependencies]
ldap3 = "0.11"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
reqwest = { version = "0.12", 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"