From 3b886579a67e3e320b294df1a0a6f76d0011e294 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 07:08:07 +0000 Subject: [PATCH] Update bcrypt requirement from 0.10.0 to 0.13.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.13.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..854109f 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.13.0" actix-tls = "3.0.0" awc = { version = "2.0.0", default-features = false } open-ssl = { package = "openssl", version = "0.10", optional = true }