From 55ad527371de5bbbe304ccea9781b77db5fe5f03 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Tue, 10 Mar 2020 15:03:37 +0200 Subject: [PATCH] fix rebased patched dep --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f7f515d1..36d2cf5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -576,7 +576,7 @@ dependencies = [ [[package]] name = "ctr" version = "0.3.2" -source = "git+https://github.com/koivunej/stream-ciphers.git?branch=ctr128-64to128#3c5a767bd30d17998515df29c93bd50b6486cc66" +source = "git+https://github.com/koivunej/stream-ciphers.git?branch=ctr128-64to128#51f939820ba5679fe214a6fb863250af78621d08" dependencies = [ "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "stream-cipher 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",