mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-08 20:42:19 +08:00
Fix smallvec version (#896)
* Fix smallvec version https://rustsec.org/advisories/RUSTSEC-2021-0003.html
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user