mononoke/unbundle: remove tokio 0.1

Summary: Here again, easy, it's not used.

Reviewed By: StanislavGlebik

Differential Revision: D26485714

fbshipit-source-id: 1f96e05934c4b649d862ce992ca90b031ea241a7
This commit is contained in:
Thomas Orozco 2021-02-19 06:57:14 -08:00 committed by Facebook GitHub Bot
parent 3b636d4780
commit 72ed8767e0

View File

@ -61,7 +61,6 @@ sha2 = "0.8"
slog = { version = "2.5", features = ["max_level_debug"] }
thiserror = "1.0"
tokio = { version = "0.2.25", features = ["full", "test-util"] }
tokio-old = { package = "tokio", version = "0.1" }
[dev-dependencies]
blobrepo_factory = { path = "../../blobrepo/factory", version = "0.1.0" }