mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-26 11:31:37 +08:00
Upgrade dependencies
bindgen from 0.32 to 0.35 lazy_static from 0.2 to 1.0
This commit is contained in:
parent
7f6d7f3346
commit
7c4105afd9
@ -38,7 +38,7 @@ serde_json = { version = "1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3"
|
||||
lazy_static = "0.2"
|
||||
lazy_static = "1.0"
|
||||
regex = "0.2"
|
||||
|
||||
[dependencies.libsqlite3-sys]
|
||||
|
@ -23,7 +23,7 @@ min_sqlite_version_3_7_4 = ["pkg-config", "vcpkg"]
|
||||
min_sqlite_version_3_7_16 = ["pkg-config", "vcpkg"]
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = { version = "0.32", optional = true }
|
||||
bindgen = { version = "0.35", optional = true }
|
||||
pkg-config = { version = "0.3", optional = true }
|
||||
cc = { version = "1.0", optional = true }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user