upgrade byteorder to 1.2

This commit is contained in:
Tamas Blummer 2018-12-07 04:45:43 +01:00 committed by Sebastian Geisler
parent 8a14ddbc27
commit bc5f78c170
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ serde-decimal = ["serde", "strason"]
[dependencies]
bitcoin-bech32 = "0.8.0"
byteorder = "1.1"
byteorder = "1.2"
rand = "0.3"
rust-crypto = "0.2"
bitcoinconsensus = { version = "0.16", optional = true }