aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--mumd/Cargo.toml2
2 files changed, 1 insertions, 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"] }