From 4288989cf12e1eea988d64fe443b2556ca974469 Mon Sep 17 00:00:00 2001 From: rtso <8248583+rtso@users.noreply.github.com> Date: Wed, 16 Apr 2025 14:19:08 -0400 Subject: [PATCH] turn off dfault prometheus features --- aptos-indexer-processors-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptos-indexer-processors-sdk/Cargo.toml b/aptos-indexer-processors-sdk/Cargo.toml index c2b17ee..5a7a326 100644 --- a/aptos-indexer-processors-sdk/Cargo.toml +++ b/aptos-indexer-processors-sdk/Cargo.toml @@ -76,7 +76,7 @@ mockall = "0.12.1" num_cpus = "1.16.0" once_cell = { version = "1.19.0" } petgraph = "0.6.5" -prometheus = "0.13.3" +prometheus = { version = "0.13.3", default-features = false } prometheus-client = "0.22.2" prost = { version = "0.13.4", features = ["no-recursion-limit"] } rayon = "1.10.0"