From 7ab52adcec83a8ea38e60ae69c4a5ffcc9091be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 22:05:59 +0000 Subject: [PATCH] Update twofish requirement from 0.2.0 to 0.4.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.4.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..4a14833d707 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.4.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] ring = { version = "0.16.9", features = ["alloc"], default-features = false }