From da0f5197cf520793c0c238cab0c577baa0009d35 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Thu, 12 Jul 2018 17:31:37 +0200 Subject: [PATCH] Update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c0cd6a1..27af122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ repository = "https://github.com/PeterReid/chacha" documentation = "http://peterreid.github.io/chacha" [dependencies] -byteorder = "0.4.*" -keystream = "1.0" +byteorder = "1" +keystream = "1" [features] nightly = []