From 489d9d7fe4f13029f87de0b7601b69c3ea22db6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 May 2021 04:19:19 +0000 Subject: [PATCH] build(deps): update block-modes requirement from 0.7.0 to 0.8.1 Updates the requirements on [block-modes](https://github.com/RustCrypto/block-ciphers) to permit the latest version. - [Release notes](https://github.com/RustCrypto/block-ciphers/releases) - [Commits](https://github.com/RustCrypto/block-ciphers/compare/block-modes-v0.7.0...block-modes-v0.8.1) Signed-off-by: dependabot[bot] --- tetsy-crypto/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tetsy-crypto/Cargo.toml b/tetsy-crypto/Cargo.toml index 6aeee36..f57be06 100644 --- a/tetsy-crypto/Cargo.toml +++ b/tetsy-crypto/Cargo.toml @@ -16,7 +16,7 @@ required-features = ["publickey"] [dependencies] aes = "0.6.0" aes-ctr = "0.6.0" -block-modes = "0.7.0" +block-modes = "0.8.1" digest = "0.9.0" vapory-types = { version = "0.11.1", optional = true, path = "../vapory-types" } hmac = "0.10.1" @@ -24,7 +24,7 @@ lazy_static = { version = "1.4.0", optional = true } pbkdf2 = "0.6.0" ripemd160 = "0.9.1" rustc-hex = { version = "2.1.0", default-features = false, optional = true } -scrypt = { version = "0.5.0" } +scrypt = { version = "0.7.0" } secp256k1 = { version = "0.20.0", optional = true, features = ["global-context", "recovery", "rand-std"] } sha2 = "0.9.2" subtle = "2.4.0"