From 1effc77f89d744367871a3064e32f919c2d32510 Mon Sep 17 00:00:00 2001 From: Felix Suchert Date: Thu, 16 Mar 2023 13:55:45 +0100 Subject: [PATCH] chore: Bump dependencies to avoid vulnerability in smallvec --- runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 51a8270..83731a1 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -11,7 +11,7 @@ log = "0.4" index_vec = "0.1" #itertools = "0.10.1" #bit-set = "0.5" -smallvec = { version = "1.6", features = ["const_generics"] } +smallvec = { version = "1.10", features = ["const_generics"] } petgraph = "0.6" array-macro = "2.1" atomic_refcell = "0.1"