mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Merge pull request #206 from gwenn/outdated
Upgrade serde, lazy-static and regexp dependencies
This commit is contained in:
commit
0990ad89aa
@ -26,12 +26,12 @@ bitflags = "0.7"
|
|||||||
lru-cache = "0.1.0"
|
lru-cache = "0.1.0"
|
||||||
libc = "~0.2"
|
libc = "~0.2"
|
||||||
chrono = { version = "~0.2", optional = true }
|
chrono = { version = "~0.2", optional = true }
|
||||||
serde_json = { version = "0.6", optional = true }
|
serde_json = { version = "0.8", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempdir = "~0.3.4"
|
tempdir = "~0.3.4"
|
||||||
lazy_static = "~0.1"
|
lazy_static = "~0.2"
|
||||||
regex = "~0.1.41"
|
regex = "~0.2"
|
||||||
|
|
||||||
[dependencies.libsqlite3-sys]
|
[dependencies.libsqlite3-sys]
|
||||||
path = "libsqlite3-sys"
|
path = "libsqlite3-sys"
|
||||||
|
Loading…
Reference in New Issue
Block a user