diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-11-19 03:11:50 +0100 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-18 21:11:50 -0500 |
| commit | f437521afb5df52fc9d4b7ee5664dacbf5881e3e (patch) | |
| tree | 9fe4d703dd3ec5f9a471267e0a8b25fec0ef25c1 /Cargo.lock | |
| parent | 4ca624a355674babbeac093b9b631210ba2f983e (diff) | |
chore: remove unneeded tokio deps (#3376)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock index 95a28c5b0..16f6caad6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -319,11 +319,8 @@ dependencies = [ "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-rustls 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "tokio-threadpool 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "utime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", |
