Skip to content

Commit aa4a38b

Browse files
committed
chore: less features of metrics-exporter-prometheus to remove aws-lc-sys which breaks build
1 parent 93144a3 commit aa4a38b

File tree

2 files changed

+3
-71
lines changed

2 files changed

+3
-71
lines changed

Cargo.lock

Lines changed: 0 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rs-drive-abci/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ reopen = { version = "1.0.3" }
5959
delegate = { version = "0.13" }
6060
regex = { version = "1.8.1" }
6161
metrics = { version = "0.23" }
62-
metrics-exporter-prometheus = { version = "0.15" }
62+
metrics-exporter-prometheus = { version = "0.15", default-features = false, features = [
63+
"http-listener",
64+
] }
6365
url = { version = "2.3.1" }
6466
ureq = { "version" = "2.6.2" }
6567
tokio = { version = "1.39", features = [

0 commit comments

Comments
 (0)