update rusqlite

The big difference here is query_named and execute_named have gone
away. Fair number of lines changes but straightforward.
This commit is contained in:
Scott Lamb
2021-05-17 10:50:12 -07:00
parent dc1c9afa73
commit f922afaa26
11 changed files with 144 additions and 117 deletions

View File

@@ -34,7 +34,7 @@ pretty-hex = "0.2.1"
prettydiff = "0.4.0"
protobuf = { git = "https://github.com/stepancheg/rust-protobuf" }
ring = "0.16.2"
rusqlite = "0.24.1"
rusqlite = "0.25.3"
smallvec = "1.0"
tempdir = "0.3"
time = "0.1"