bump deps, fix clippy warnings

This commit is contained in:
Martin Algesten
2020-03-14 09:46:18 +01:00
parent 3ef304f290
commit 2956683870
4 changed files with 6 additions and 7 deletions

View File

@@ -83,6 +83,7 @@ fn read_https(
}
}
#[allow(deprecated)]
fn is_close_notify(e: &std::io::Error) -> bool {
if e.kind() != std::io::ErrorKind::ConnectionAborted {
return false;