chore(cargo): require smallvec 1.13.2

Make deps.rs happy about RUSTSEC-2021-0003
This commit is contained in:
link2xt
2024-04-07 19:12:34 +00:00
parent 5cf725a378
commit dcea188b62

View File

@@ -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"