Merge pull request 'Bump ldap3 from 0.10.3 to 0.10.4' (#1054) from ldap3-0.10.4 into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/1054
This commit is contained in:
KitaitiMakoto 2022-04-30 23:35:00 +00:00
commit 85727c6d4c
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -2086,9 +2086,9 @@ dependencies = [
[[package]] [[package]]
name = "ldap3" name = "ldap3"
version = "0.10.3" version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f9aca8b1335c19de45abe198f4142ecd62c2929402c38297a608b09a5299e76" checksum = "52110b91cbe3a92ba70d4bd64366bfe5c8b8698516155db7041ae3dd155a4fc3"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes 1.1.0", "bytes 1.1.0",
@ -2097,7 +2097,6 @@ dependencies = [
"lazy_static", "lazy_static",
"lber", "lber",
"log 0.4.14", "log 0.4.14",
"maplit",
"native-tls", "native-tls",
"nom 2.2.1", "nom 2.2.1",
"percent-encoding 2.1.0", "percent-encoding 2.1.0",

View File

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