From 81e0de582e4d842d17705ca33764a9253ff11f72 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Fri, 4 Feb 2022 18:16:42 +0100 Subject: [PATCH] Update byteorder to 1.1.0 (#299) --- blowfish/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]