From 07fd66863dc0d8f37e45ed0d6c74e8cf1b442fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 19:46:44 +0000 Subject: [PATCH] Bump bcrypt from 0.11.0 to 0.12.0 Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/Keats/rust-bcrypt/releases) - [Commits](https://github.com/Keats/rust-bcrypt/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor ... 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 c5c9afae..0d8ff7bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,9 +345,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "bcrypt" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8d70a6d9cd7179c1020c7f48512203ffe48cd1a442359e5f81881bf2cc165ac" +checksum = "f3b3e051d82016bd8020c2eb9cfe064a1b1457c787c66688374b7968c6ba32ca" dependencies = [ "base64 0.13.0", "blowfish", diff --git a/plume-models/Cargo.toml b/plume-models/Cargo.toml index 63796aa2..2e068cd8 100644 --- a/plume-models/Cargo.toml +++ b/plume-models/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] activitypub = "0.1.1" ammonia = "3.1.4" -bcrypt = "0.11.0" +bcrypt = "0.12.0" guid-create = "0.2" itertools = "0.10.3" lazy_static = "1.0"