Upgrade outdated dependencies

serde 0.9 -> 1.0
bitflags 0.7 -> 0.8
bindgen 0.21 -> 0.23
This commit is contained in:
gwenn
2017-04-21 19:47:47 +02:00
parent cd824aeaee
commit 30bba4618b
2 changed files with 3 additions and 3 deletions

View File

@@ -22,6 +22,6 @@ min_sqlite_version_3_7_4 = ["pkg-config"]
min_sqlite_version_3_7_16 = ["pkg-config"]
[build-dependencies]
bindgen = { version = "0.21", optional = true }
bindgen = { version = "0.23", optional = true }
pkg-config = { version = "0.3", optional = true }
gcc = { version = "0.3", optional = true }