Update arrayref version in libraries/crypto.

This commit is contained in:
Guillaume Endignoux
2020-02-04 11:26:25 +01:00
parent d85b081a2a
commit a845b813cd

View File

@@ -12,7 +12,7 @@ edition = "2018"
[dependencies] [dependencies]
libtock = { path = "../../third_party/libtock-rs" } libtock = { path = "../../third_party/libtock-rs" }
cbor = { path = "../cbor" } cbor = { path = "../cbor" }
arrayref = "0.3.5" arrayref = "0.3.6"
subtle = { version = "2.2", default-features = false, features = ["nightly"] } subtle = { version = "2.2", default-features = false, features = ["nightly"] }
byteorder = { version = "1", default-features = false } byteorder = { version = "1", default-features = false }
hex = { version = "0.3.2", default-features = false, optional = true } hex = { version = "0.3.2", default-features = false, optional = true }