Routine dependencies update (#533)

* Update dependencies

* Replace deprecated tempdir with tempfile
This commit is contained in:
Mateusz Mikuła
2018-08-10 12:37:45 -07:00
committed by Sean McArthur
parent 989262fe6e
commit 31f71dedee
26 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ impl Evented for MyFile {
#[test]
fn hup() {
drop(env_logger::init());
drop(env_logger::try_init());
let handle = Handle::default();
unsafe {