security: upgrade smallvec to 1.6.1

Fixes advisory https://rustsec.org/advisories/RUSTSEC-2021-0003.
This commit is contained in:
Andrew Brown
2021-01-08 16:54:54 -08:00
parent b25a3c387e
commit 2adb0e8964
8 changed files with 9 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ iter-enum = "0.2"
itertools = "0.9.0"
memoffset = "0.6.0"
more-asserts = "0.2.1"
smallvec = "1.0.0"
smallvec = "1.6.1"
thiserror = "1.0.9"
typemap = "0.3"
wasmparser = "0.71"