Upgrade dependencies

bindgen from 0.32 to 0.35
lazy_static from 0.2 to 1.0
This commit is contained in:
gwenn
2018-04-06 21:37:03 +02:00
parent 7f6d7f3346
commit 7c4105afd9
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]