From ac1f5d615394e7ecb83c5f23b76e16af8e671afa Mon Sep 17 00:00:00 2001 From: knoldus Date: Mon, 14 Feb 2022 11:24:09 +0530 Subject: [PATCH] updated arrayvec version to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dbb7598..1110fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ simd_asm = ["simd_opt"] std = [] [dependencies] -arrayvec = { version = "0.5.1", default-features = false } +arrayvec = { version = "0.7", default-features = false } constant_time_eq = "0.1.0" [dev-dependencies]