mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-12-09 17:09:42 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user