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
@@ -51,7 +51,7 @@ impl Encoder for LineCodec {
#[test]
fn echo() {
drop(env_logger::init());
drop(env_logger::try_init());
let pool = Builder::new()
.pool_size(1)