metrics-exporter-prometheus: drop default features

This prunes quite a bit from the dependency graph that we weren't using anyway.
This commit is contained in:
Augie Fackler 2024-11-01 21:43:17 -04:00
parent feb6684e8f
commit 4755513f5d
2 changed files with 10 additions and 887 deletions

895
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ anyhow = "1"
gflags = "^0.3"
nursery = "^0.0.1"
metrics = "0.24.0"
metrics-exporter-prometheus = "0.16.0"
metrics-exporter-prometheus = {version = "0.16.0", default-features = false}
tiny_http = "0.12.0"
socket2 = "0.5.1"
icmp-socket = "0.2.0"