Update rusqlite to safer v0.23 (#1195)

Closes #1194
This commit is contained in:
Michael Sproul
2020-05-26 14:41:25 +10:00
committed by GitHub
parent 103300c880
commit 9718c5db07
3 changed files with 10 additions and 9 deletions

View File

@@ -8,9 +8,9 @@ edition = "2018"
tempfile = "3.1.0"
types = { path = "../../consensus/types" }
tree_hash = { path = "../../consensus/tree_hash" }
rusqlite = { version = "0.22.0", features = ["bundled"] }
rusqlite = { version = "0.23.1", features = ["bundled"] }
r2d2 = "0.8.8"
r2d2_sqlite = "0.15"
r2d2_sqlite = "0.16.0"
parking_lot = "0.9.0"
[dev-dependencies]