From dcea188b62b8b5c4a140c89acf3ff2c07c87304c Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 7 Apr 2024 19:12:34 +0000 Subject: [PATCH] chore(cargo): require smallvec 1.13.2 Make deps.rs happy about RUSTSEC-2021-0003 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bef4cd68..869ef8c31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ serde_json = "1" serde = { version = "1.0", features = ["derive"] } sha-1 = "0.10" sha2 = "0.10" -smallvec = "1" +smallvec = "1.13.2" strum = "0.26" strum_macros = "0.26" tagger = "4.3.4"