From 57ab7edf23334b221cf6e95cdb89575b5e3cf30f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 19:26:54 +0000 Subject: [PATCH] Bump ldap3 from 0.10.4 to 0.10.5 Bumps [ldap3](https://github.com/inejge/ldap3) from 0.10.4 to 0.10.5. - [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.4...v0.10.5) --- 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 9205fa9e..a4d8037f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2169,9 +2169,9 @@ dependencies = [ [[package]] name = "ldap3" -version = "0.10.4" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52110b91cbe3a92ba70d4bd64366bfe5c8b8698516155db7041ae3dd155a4fc3" +checksum = "ef35dc747152dd47bdc6aaeb35a232f84cbc8d84ae4cb9673aea810a6570ab8f" dependencies = [ "async-trait", "bytes 1.1.0", diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 614d19ce..ed542680 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -10,7 +10,7 @@ bcrypt = "0.12.1" guid-create = "0.2" itertools = "0.10.3" lazy_static = "1.0" -ldap3 = "0.10.4" +ldap3 = "0.10.5" migrations_internals= "1.4.0" openssl = "0.10.40" rocket = "0.4.6"