mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-09 21:49:46 -05:00
upgrade some server deps
I avoided rtcp 0.2.2->0.2.3 because of an accidental semver break.
This commit is contained in:
@@ -74,7 +74,7 @@ pub fn run(_args: &super::Args, tx: &rusqlite::Transaction) -> Result<(), Error>
|
||||
Some(d.fd.as_raw_fd()),
|
||||
&to_path,
|
||||
) {
|
||||
if e == nix::Error::Sys(nix::errno::Errno::ENOENT) {
|
||||
if e == nix::Error::ENOENT {
|
||||
continue; // assume it was already moved.
|
||||
}
|
||||
return Err(e.into());
|
||||
|
||||
Reference in New Issue
Block a user