upgrade byteorder to 1.2
This commit is contained in:
parent
8a14ddbc27
commit
bc5f78c170
|
@ -21,7 +21,7 @@ serde-decimal = ["serde", "strason"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitcoin-bech32 = "0.8.0"
|
bitcoin-bech32 = "0.8.0"
|
||||||
byteorder = "1.1"
|
byteorder = "1.2"
|
||||||
rand = "0.3"
|
rand = "0.3"
|
||||||
rust-crypto = "0.2"
|
rust-crypto = "0.2"
|
||||||
bitcoinconsensus = { version = "0.16", optional = true }
|
bitcoinconsensus = { version = "0.16", optional = true }
|
||||||
|
|
Loading…
Reference in New Issue