From 2cf79f31b78d00a04e51b28e614beb3ec9ea359c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 19:30:55 +0000 Subject: [PATCH] Bump ldap3 from 0.10.2 to 0.10.3 Bumps [ldap3](https://github.com/inejge/ldap3) from 0.10.2 to 0.10.3. - [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.10.2...v0.10.3) --- updated-dependencies: - dependency-name: ldap3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- plume-models/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58305f14..fd15cc9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2087,9 +2087,9 @@ dependencies = [ [[package]] name = "ldap3" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8476563db035b64ffddce06a3e45b08c84096c76a561c3993ec8b74fce09fa71" +checksum = "9f9aca8b1335c19de45abe198f4142ecd62c2929402c38297a608b09a5299e76" dependencies = [ "async-trait", "bytes 1.1.0", diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index fb7a8e00..9624f94e 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -11,7 +11,7 @@ bcrypt = "0.12.1" guid-create = "0.2" itertools = "0.10.3" lazy_static = "1.0" -ldap3 = "0.10.2" +ldap3 = "0.10.3" migrations_internals= "1.4.0" openssl = "0.10.22" rocket = "0.4.6"