mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-10 21:42:20 +08:00
Upgrade lru-cache dependency
This commit is contained in:
@@ -24,7 +24,7 @@ csvtab = ["csv"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
bitflags = "0.7"
|
bitflags = "0.7"
|
||||||
lru-cache = "0.0.7"
|
lru-cache = "0.1"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
chrono = { version = "0.2", optional = true }
|
chrono = { version = "0.2", optional = true }
|
||||||
serde_json = { version = "0.8", optional = true }
|
serde_json = { version = "0.8", optional = true }
|
||||||
|
Reference in New Issue
Block a user