moonfire-nvr/server
Scott Lamb dc1c9afa73 cargo update
The immediate motivation is to address these CI failures with nightly:
https://github.com/scottlamb/moonfire-nvr/runs/2593322801?check_suite_focus=true
```
   Compiling lock_api v0.4.2
error[E0557]: feature has been removed
  --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/lock_api-0.4.2/src/lib.rs:91:42
   |
91 | #![cfg_attr(feature = "nightly", feature(const_fn))]
   |                                          ^^^^^^^^ feature has been removed
   |
   = note: split into finer-grained feature gates
```

Strangely, they don't occur locally with "rustc 1.54.0-nightly
(fe72845f7 2021-05-16)" but do on CI with the exact same version?!?
I don't get it, but lock-api 0.4.4 is advertised as being updated for
latest nightly, so I expect this will address the problem anyway.
2021-05-17 10:31:06 -07:00
..
base support negating Durations 2021-04-22 10:04:22 -07:00
db better debugging when unable to insert VSE 2021-04-27 22:52:47 -07:00
src cleanup some awkward Option call chains 2021-05-17 09:34:10 -07:00
Cargo.lock cargo update 2021-05-17 10:31:06 -07:00
Cargo.toml Prepare v0.6.3 release 2021-03-31 15:21:09 -07:00