From 76e803a472c0023b7a759dc5548b6f45a984c8f6 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 13 Nov 2019 16:32:13 -0800 Subject: [PATCH] Update Cargo.lock with new version I don't think this actually matters. Just fixes a matter of annoyance that every build results in a changed lock file --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 808da3f..75626d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,7 +41,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bitwarden_rs_ldap" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ldap3 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)",