From a2da0f1910a36bd14696998d3a35dd6387cf47a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 06:01:31 +0000 Subject: [PATCH] Update twofish requirement from 0.2.0 to 0.6.0 Updates the requirements on [twofish](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/twofish-v0.2.0...twofish-v0.6.0) Signed-off-by: dependabot[bot] --- protocols/secio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/secio/Cargo.toml b/protocols/secio/Cargo.toml index 55e0090a3e3..d12cd8699a0 100644 --- a/protocols/secio/Cargo.toml +++ b/protocols/secio/Cargo.toml @@ -28,7 +28,7 @@ rand = "0.7" rw-stream-sink = "0.2.0" sha2 = "0.9.1" static_assertions = "1" -twofish = "0.2.0" +twofish = "0.6.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] ring = { version = "0.16.9", features = ["alloc"], default-features = false }