upgrade deps

This commit is contained in:
Scott Lamb
2018-01-30 22:05:39 -08:00
parent d192d98129
commit 6902be1981
6 changed files with 104 additions and 77 deletions

View File

@@ -883,7 +883,7 @@ impl FileBuilder {
video_sample_entries: self.video_sample_entries,
initial_sample_byte_pos,
last_modified: mtime.into(),
etag: header::EntityTag::strong(strutil::hex(&etag.finish2()?)),
etag: header::EntityTag::strong(strutil::hex(&etag.finish()?)),
})))
}
@@ -1566,7 +1566,7 @@ mod tests {
})
.wait()
.unwrap()
.finish2()
.finish()
.unwrap()
}