From f8f5d227218097c28d8ab0733a2b661a7b2d1b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 10:11:29 -0800 Subject: [PATCH] Update scrypt requirement from 0.10 to 0.11 (#315) Updates the requirements on [scrypt](https://github.com/RustCrypto/password-hashes) to permit the latest version. - [Release notes](https://github.com/RustCrypto/password-hashes/releases) - [Commits](https://github.com/RustCrypto/password-hashes/compare/scrypt-v0.10.0...scrypt-v0.11.0) --- updated-dependencies: - dependency-name: scrypt dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f39cfd5..d51f72a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ rand = "0.8" regex = "1" # MSRV rustyline = "11" -scrypt = "0.10" +scrypt = "0.11" serde_json = "1" [[bench]]