mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-22 16:29:20 +08:00
Merge pull request #1140 from gwenn/hashlink
Upgrade hashlink dependency
This commit is contained in:
commit
2afbdeeb52
@ -109,7 +109,7 @@ bundled-full = ["modern-full", "bundled"]
|
||||
[dependencies]
|
||||
time = { version = "0.3.0", features = ["formatting", "macros", "parsing"], optional = true }
|
||||
bitflags = "1.2"
|
||||
hashlink = "0.7"
|
||||
hashlink = "0.8"
|
||||
chrono = { version = "0.4", optional = true, default-features = false, features = ["clock"] }
|
||||
serde_json = { version = "1.0", optional = true }
|
||||
csv = { version = "1.1", optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user