rustls/rustls-mio
Joseph Birr-Pixton ac3573bf98 Remove dependency on tempfile
This broke the MSRV build, and was bringing in the whole
of rand, wasi, and a ton of other stuff.  All so we could
have a temporary directory during a few tests.  6 crates for
generating randomness just for that!

This accounted for 10% of the size of Cargo.lock alone.
2020-06-20 13:04:59 +01:00
..
examples Remove writev_tls; use std::io::Write::write_vectored 2020-05-15 21:42:03 +01:00
tests Remove dependency on tempfile 2020-06-20 13:04:59 +01:00
Cargo.toml Remove dependency on tempfile 2020-06-20 13:04:59 +01:00