segmented_changelog: remove unused dependency

Summary:
This was lost somehow. I probably incorrectly resolved some conflict when
rebasing a previous change.

Reviewed By: quark-zju

Differential Revision: D27146022

fbshipit-source-id: 13bb0bb3df565689532b2ab5299cd757f278f26e
This commit is contained in:
Stefan Filip 2021-03-17 19:48:04 -07:00 committed by Facebook GitHub Bot
parent c51b647565
commit 4217421d20

View File

@ -28,7 +28,6 @@ fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rus
futures = { version = "0.3.13", features = ["async-await", "compat"] }
futures_ext = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
maplit = "1.0"
memcache = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
mincode = { version = "0.1.0", path = "../../scm/lib/mincode" }
mononoke_types = { version = "0.1.0", path = "../mononoke_types" }
@ -44,6 +43,7 @@ tokio = { version = "0.2.25", features = ["full", "test-util"] }
[dev-dependencies]
fbinit-tokio-02 = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
fixtures = { version = "0.1.0", path = "../tests/fixtures" }
maplit = "1.0"
mononoke_types-mocks = { version = "0.1.0", path = "../mononoke_types/mocks" }
phases = { version = "0.1.0", path = "../phases" }
revset = { version = "0.1.0", path = "../revset" }