mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-19 22:20:51 +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"
|
||||
memchr = "2.3"
|
||||
uuid = { version = "0.8", optional = true }
|
||||
smallvec = "1.0"
|
||||
smallvec = "1.6.1"
|
||||
|
||||
[dev-dependencies]
|
||||
doc-comment = "0.3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user