From 91d55894513c5d6c813fc1c82fb1438763292bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 07:06:54 +0000 Subject: [PATCH] Update bcrypt requirement from 0.10.0 to 0.12.0 Updates the requirements on [bcrypt](https://github.com/Keats/rust-bcrypt) to permit the latest version. - [Release notes](https://github.com/Keats/rust-bcrypt/releases) - [Commits](https://github.com/Keats/rust-bcrypt/compare/v0.10.0...v0.12.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06e2cdf..014561d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ futures = "0.3.5" failure = "0.1.8" derive_more = "0.99.10" jsonwebtoken = "8.0.1" -bcrypt = "0.10.0" +bcrypt = "0.12.0" actix-tls = "3.0.0" awc = { version = "2.0.0", default-features = false } open-ssl = { package = "openssl", version = "0.10", optional = true }