mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Fix smallvec version (#896)
* Fix smallvec version https://rustsec.org/advisories/RUSTSEC-2021-0003.html
This commit is contained in:
parent
c4b398f468
commit
8820a5538a
@ -108,7 +108,7 @@ fallible-iterator = "0.2"
|
|||||||
fallible-streaming-iterator = "0.1"
|
fallible-streaming-iterator = "0.1"
|
||||||
memchr = "2.3"
|
memchr = "2.3"
|
||||||
uuid = { version = "0.8", optional = true }
|
uuid = { version = "0.8", optional = true }
|
||||||
smallvec = "1.0"
|
smallvec = "1.6.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
doc-comment = "0.3"
|
doc-comment = "0.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user