From da07e21feabf236fb216d39885089800af4f5527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:48:47 +1000 Subject: [PATCH] chore(deps): bump ldap3_client from `2c9dc31` to `b3c7653` (#1320) Bumps [ldap3_client](https://github.com/kanidm/ldap3) from `2c9dc31` to `b3c7653`. - [Release notes](https://github.com/kanidm/ldap3/releases) - [Commits](https://github.com/kanidm/ldap3/compare/2c9dc31432b7e4981eba769d372a56edbd8970b2...b3c7653471916e803dc8f24d2163fd2710dfb161) --- updated-dependencies: - dependency-name: ldap3_client dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36ce2f52d..a58737edb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2550,7 +2550,7 @@ dependencies = [ [[package]] name = "ldap3_client" version = "0.3.0" -source = "git+https://github.com/kanidm/ldap3.git#2c9dc31432b7e4981eba769d372a56edbd8970b2" +source = "git+https://github.com/kanidm/ldap3.git#b3c7653471916e803dc8f24d2163fd2710dfb161" dependencies = [ "base64 0.13.1", "base64urlsafedata", @@ -2569,7 +2569,7 @@ dependencies = [ [[package]] name = "ldap3_proto" version = "0.3.0" -source = "git+https://github.com/kanidm/ldap3.git#2c9dc31432b7e4981eba769d372a56edbd8970b2" +source = "git+https://github.com/kanidm/ldap3.git#b3c7653471916e803dc8f24d2163fd2710dfb161" dependencies = [ "bytes", "lber",