summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tokio/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml
index 144c2d53..6c5de90d 100644
--- a/tokio/Cargo.toml
+++ b/tokio/Cargo.toml
@@ -84,7 +84,7 @@ signal = [
"winapi/consoleapi",
]
stream = ["futures-core"]
-sync = ["fnv"]
+sync = []
test-util = []
time = []
@@ -95,7 +95,6 @@ pin-project-lite = "0.1.1"
# Everything else is optional...
bytes = { version = "0.6.0", optional = true }
-fnv = { version = "1.0.6", optional = true }
futures-core = { version = "0.3.0", optional = true }
lazy_static = { version = "1.0.2", optional = true }
memchr = { version = "2.2", optional = true }