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]