diff --git a/Cargo.lock b/Cargo.lock index d0d5d27e0f..22079976ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1395,16 +1395,9 @@ dependencies = [ "lazy_static", "memchr", "parking_lot", - "protobuf", "thiserror", ] -[[package]] -name = "protobuf" -version = "2.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db50e77ae196458ccd3dc58a31ea1a90b0698ab1b7928d89f644c25d72070267" - [[package]] name = "proxy" version = "0.1.0" diff --git a/zenith_metrics/Cargo.toml b/zenith_metrics/Cargo.toml index c4998e1c92..79c59b5774 100644 --- a/zenith_metrics/Cargo.toml +++ b/zenith_metrics/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" edition = "2018" [dependencies] -prometheus = "0.12" +prometheus = {version = "0.12", default_features=false} # removes protobuf dependency libc = "0.2" lazy_static = "1.4"