Merge pull request #8 from gendx/update-arrayref

Update arrayref version in libraries/crypto.
This commit is contained in:
gendx
2020-02-04 17:18:50 +01:00
committed by GitHub

View File

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