From e8f80aeb9afe036eb93e750d4678f55267b520ca Mon Sep 17 00:00:00 2001 From: Eskil Queseth Date: Fri, 26 Mar 2021 01:19:56 +0100 Subject: remove unneeded feature --- Cargo.lock | 2 -- mumd/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac92332..3bb9e3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1437,9 +1437,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722" dependencies = [ "autocfg", - "bytes", "libc", - "memchr", "mio", "num_cpus", "pin-project-lite", diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 7f0739b..a853622 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -36,7 +36,7 @@ opus = "0.2" serde = { version = "1.0", features = ["derive"] } strum = "0.20" strum_macros = "0.20" -tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time", "io-util", "fs"] } +tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time", "fs"] } tokio-stream = "0.1.0" tokio-native-tls = "0.3" tokio-util = { version = "0.6", features = ["codec", "net"] } -- cgit v1.2.1