clientinfo: delete unused dependency

Summary:
the `Config` usages were deleted from D49593287, let's remove the
unused dependency as well

Reviewed By: muirdm

Differential Revision: D49605511

fbshipit-source-id: 77921c814e9d94036d39f9e6773bfb6165bc5875
This commit is contained in:
Zhaolong Zhu 2023-09-26 07:04:09 -07:00 committed by Facebook GitHub Bot
parent 791965d646
commit cf8d4006da

View File

@ -7,7 +7,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0.71"
configmodel = { version = "0.1.0", path = "../config/model" }
hostname = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
lazy_static = "1.4"
parking_lot = { version = "0.12.1", features = ["send_guard"] }