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 = []