summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Kaitchuck <tkaitchuck@users.noreply.github.com>2020-10-28 00:06:53 -0700
committerGitHub <noreply@github.com>2020-10-28 08:06:53 +0100
commitc8a484bbb2809675e5b22ac579481c4950dd70e9 (patch)
treef631962c0d3494a995dafad087672e34ff18526c
parent9097ae548f9a1bcd261385ceba29b800b0ee2a21 (diff)
tokio: remove unused dependency (#3063)
Signed-off-by: Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
-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 }