Update staticvec dependency from 0.8 to 0.9 (#1676)

* Update staticvec dependency from 0.8 to 0.9

* Update lockfile also
This commit is contained in:
SlightlyOutOfPhase
2020-05-11 10:22:06 -04:00
committed by GitHub
parent 94190d5724
commit 5394b6c72e
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ itertools = "0.8.2"
memoffset = "0.5.3"
more-asserts = "0.2.1"
smallvec = "1.0.0"
staticvec = "0.8"
staticvec = "0.9"
thiserror = "1.0.9"
typemap = "0.3"
wasmparser = "0.52.0"