Skip to content

Commit 81e0de5

Browse files
authored
Update byteorder to 1.1.0 (#299)
1 parent f253d53 commit 81e0de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blowfish/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["cryptography", "no-std"]
1313

1414
[dependencies]
1515
cipher = "0.3"
16-
byteorder = { version = "1", default-features = false }
16+
byteorder = { version = "1.1.0", default-features = false }
1717
opaque-debug = "0.3"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)