Update arrayref version in libraries/crypto.
This commit is contained in:
@@ -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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user