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

@@ -38,7 +38,7 @@ rand_xorshift = "0.2.0"
cached_tree_hash = { path = "../cached_tree_hash" }
serde_yaml = "0.8.11"
tempfile = "3.1.0"
rusqlite = { version = "0.22.0", features = ["bundled"], optional = true }
rusqlite = { version = "0.23.1", features = ["bundled"], optional = true }
arbitrary = { version = "0.4.4", features = ["derive"], optional = true }
[dev-dependencies]