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"