Skip to content

Commit

Permalink
prometheus: don't use protobuf feature (paritytech#6744)
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian authored Jul 28, 2020
1 parent 21c02bc commit f1c483a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion primitives/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "I/O for Substrate runtimes"
futures = "0.3.4"
futures-core = "0.3.4"
lazy_static = "1.4.0"
prometheus = "0.8.0"
prometheus = { version = "0.9.0", default-features = false }
futures-timer = "3.0.2"

[features]
Expand Down
2 changes: 1 addition & 1 deletion utils/prometheus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
log = "0.4.8"
prometheus = "0.8"
prometheus = { version = "0.9", default-features = false }
futures-util = { version = "0.3.1", default-features = false, features = ["io"] }
derive_more = "0.99"

Expand Down

0 comments on commit f1c483a

Please sign in to comment.