diff --git a/blowfish/Cargo.toml b/blowfish/Cargo.toml index 669a51a2..c147e1bf 100644 --- a/blowfish/Cargo.toml +++ b/blowfish/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"] [dependencies] cipher = "0.3" -byteorder = { version = "1", default-features = false } +byteorder = { version = "1.1.0", default-features = false } opaque-debug = "0.3" [dev-dependencies]