Skip to content

Commit 797e2e6

Browse files
committed
Auto merge of #3959 - Turbo87:prom, r=pietroalbini
prometheus: Disable `protobuf` feature see tikv/rust-prometheus#216
2 parents 1410ed7 + 1206c26 commit 797e2e6

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ lettre = { version = "0.10.0-beta.3", default-features = false, features = ["fil
6868
license-exprs = "1.6"
6969
oauth2 = { version = "4.0.0", default-features = false, features = ["reqwest"] }
7070
parking_lot = "0.11"
71-
prometheus = "0.12.0"
71+
prometheus = { version = "0.12.0", default-features = false }
7272
rand = "0.8"
7373
reqwest = { version = "0.11", features = ["blocking", "gzip", "json"] }
7474
scheduled-thread-pool = "0.2.0"

0 commit comments

Comments
 (0)