moonfire-nvr/db
Scott Lamb de56739571 upgrade deps
Both a "cargo update" and a bump of major versions of a few deps.
I left a few alone:

* base64 because some of the deps depend on 0.11 (and 0.9), so I don't
  want to pull in a third version (0.12).
* ring because libpasta depends on this version and I don't want to pull
  in two of them.
* time because it's not trivial. Last I checked, time 0.2 couldn't even
  do what I wanted at all.

I also made tokio use parking_lot, since I pull it in anyway.
2020-04-19 22:19:57 -07:00
..
proto upgrade copyright notices 2020-03-01 22:53:41 -08:00
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
upgrade switch from docopt to structopt 2020-04-17 21:53:37 -07:00
auth.rs switch from docopt to structopt 2020-04-17 21:53:37 -07:00
build.rs upgrade deps 2020-04-19 22:19:57 -07:00
Cargo.toml upgrade deps 2020-04-19 22:19:57 -07:00
check.rs style: use rusqlite's {named_,}params! everywhere 2020-03-19 20:46:25 -07:00
coding.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
compare.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
db.rs style: use rusqlite's {named_,}params! everywhere 2020-03-19 20:46:25 -07:00
dir.rs switch from docopt to structopt 2020-04-17 21:53:37 -07:00
fs.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
lib.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
raw.rs style: use rusqlite's {named_,}params! everywhere 2020-03-19 20:46:25 -07:00
recording.rs replace regex use with nom 2020-04-17 21:53:52 -07:00
schema.sql upgrade copyright notices 2020-03-01 22:53:41 -08:00
signal.rs style: use rusqlite's {named_,}params! everywhere 2020-03-19 20:46:25 -07:00
testutil.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00
writer.rs upgrade copyright notices 2020-03-01 22:53:41 -08:00