mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Upgrade outdated dependencies
serde 0.9 -> 1.0 bitflags 0.7 -> 0.8 bindgen 0.21 -> 0.23
This commit is contained in:
parent
cd824aeaee
commit
30bba4618b
@ -29,10 +29,10 @@ limits = []
|
||||
|
||||
[dependencies]
|
||||
time = "0.1.0"
|
||||
bitflags = "0.7"
|
||||
bitflags = "0.8"
|
||||
lru-cache = "0.1.0"
|
||||
chrono = { version = "0.3", optional = true }
|
||||
serde_json = { version = "0.9", optional = true }
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tempdir = "0.3.4"
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user