From a845b813cddfd72236342c10c729a415477c0fb6 Mon Sep 17 00:00:00 2001
From: Guillaume Endignoux <guillaumee@google.com>
Date: Tue, 4 Feb 2020 11:26:25 +0100
Subject: [PATCH] Update arrayref version in libraries/crypto.

---
 libraries/crypto/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/crypto/Cargo.toml b/libraries/crypto/Cargo.toml
index d18c5ad..57c8cb8 100644
--- a/libraries/crypto/Cargo.toml
+++ b/libraries/crypto/Cargo.toml
@@ -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 }
-- 
GitLab