Skip to content

Commit

Permalink
chore: less features of metrics-exporter-prometheus to remove aws-lc-…
Browse files Browse the repository at this point in the history
…sys which breaks build
  • Loading branch information
lklimek committed Oct 7, 2024
1 parent 93144a3 commit aa4a38b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 71 deletions.
70 changes: 0 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion packages/rs-drive-abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ reopen = { version = "1.0.3" }
delegate = { version = "0.13" }
regex = { version = "1.8.1" }
metrics = { version = "0.23" }
metrics-exporter-prometheus = { version = "0.15" }
metrics-exporter-prometheus = { version = "0.15", default-features = false, features = [
"http-listener",
] }
url = { version = "2.3.1" }
ureq = { "version" = "2.6.2" }
tokio = { version = "1.39", features = [
Expand Down

0 comments on commit aa4a38b

Please sign in to comment.