Merge pull request #343 from gwenn/upgrade-deps

Upgrade dependencies
This commit is contained in:
gwenn 2018-04-06 22:13:06 +02:00 committed by GitHub
commit 21104e03cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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 }