Fix smallvec version (#896)

* Fix smallvec version
https://rustsec.org/advisories/RUSTSEC-2021-0003.html
This commit is contained in:
gwenn 2021-04-03 11:04:43 +02:00 committed by GitHub
parent c4b398f468
commit 8820a5538a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ fallible-iterator = "0.2"
fallible-streaming-iterator = "0.1"
memchr = "2.3"
uuid = { version = "0.8", optional = true }
smallvec = "1.0"
smallvec = "1.6.1"
[dev-dependencies]
doc-comment = "0.3"