Bump ldap3 from 0.9.3 to 0.10.2

Bumps [ldap3](https://github.com/inejge/ldap3) from 0.9.3 to 0.10.2.
- [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.3...v0.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-28 19:46:38 +00:00 committed by GitHub
parent 8c8c2edc66
commit 385a5f7c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 18 deletions

45
Cargo.lock generated
View file

@ -1876,7 +1876,7 @@ dependencies = [
"httpdate",
"itoa 0.4.8",
"pin-project",
"socket2",
"socket2 0.3.19",
"tokio 0.2.25",
"tower-service",
"tracing",
@ -2086,9 +2086,9 @@ dependencies = [
[[package]]
name = "ldap3"
version = "0.9.3"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2bdad98cd197646a9fd7be985cb711cffaded69d8dc0d87d83f8d88bcbc1691"
checksum = "8476563db035b64ffddce06a3e45b08c84096c76a561c3993ec8b74fce09fa71"
dependencies = [
"async-trait",
"bytes 1.1.0",
@ -2102,10 +2102,10 @@ dependencies = [
"nom 2.2.1",
"percent-encoding 2.1.0",
"thiserror",
"tokio 1.15.0",
"tokio 1.17.0",
"tokio-native-tls",
"tokio-stream",
"tokio-util 0.6.9",
"tokio-util 0.7.0",
"url 2.2.2",
]
@ -2162,9 +2162,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.112"
version = "0.2.119"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
[[package]]
name = "libsqlite3-sys"
@ -2502,9 +2502,9 @@ dependencies = [
[[package]]
name = "mio"
version = "0.7.14"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
dependencies = [
"libc",
"log 0.4.14",
@ -4267,6 +4267,16 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "socket2"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "socks"
version = "0.3.3"
@ -4733,15 +4743,16 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.15.0"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
dependencies = [
"bytes 1.1.0",
"libc",
"memchr",
"mio 0.7.14",
"mio 0.8.0",
"pin-project-lite 0.2.8",
"socket2 0.4.4",
"tokio-macros 1.7.0",
"winapi 0.3.9",
]
@ -4839,7 +4850,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
"tokio 1.15.0",
"tokio 1.17.0",
]
[[package]]
@ -4869,7 +4880,7 @@ checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
dependencies = [
"futures-core",
"pin-project-lite 0.2.8",
"tokio 1.15.0",
"tokio 1.17.0",
]
[[package]]
@ -4984,16 +4995,16 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.6.9"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
checksum = "64910e1b9c1901aaf5375561e35b9c057d95ff41a44ede043a03e09279eabaf1"
dependencies = [
"bytes 1.1.0",
"futures-core",
"futures-sink",
"log 0.4.14",
"pin-project-lite 0.2.8",
"tokio 1.15.0",
"tokio 1.17.0",
]
[[package]]

View file

@ -11,7 +11,7 @@ bcrypt = "0.11.0"
guid-create = "0.2"
itertools = "0.10.3"
lazy_static = "1.0"
ldap3 = "0.9.3"
ldap3 = "0.10.2"
migrations_internals= "1.4.0"
openssl = "0.10.22"
rocket = "0.4.6"