From d51ef28e51c8edf7402cb7f7ecea6a9d27442d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 07:14:39 +0000 Subject: [PATCH] Update twofish requirement from 0.2.0 to 0.5.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.5.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 dbc329debb2..3e934e87c9b 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.5.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] ring = { version = "0.16.9", features = ["alloc"], default-features = false }