Clean up unnecessary dependencies.

Just to be tidy.
This commit is contained in:
Heikki Linnakangas
2022-07-20 12:12:02 +03:00
committed by Heikki Linnakangas
parent abff15dd7c
commit b4c74c0ecd
8 changed files with 1 additions and 17 deletions

View File

@@ -7,5 +7,4 @@ edition = "2021"
prometheus = {version = "0.13", default_features=false, features = ["process"]} # removes protobuf dependency
libc = "0.2"
lazy_static = "1.4"
once_cell = "1.8.0"
workspace_hack = { version = "0.1", path = "../../workspace_hack" }