Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit f1c483a

Browse files
author
Andronik Ordian
authored
prometheus: don't use protobuf feature (#6744)
1 parent 21c02bc commit f1c483a

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

Cargo.lock

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

primitives/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = "I/O for Substrate runtimes"
1212
futures = "0.3.4"
1313
futures-core = "0.3.4"
1414
lazy_static = "1.4.0"
15-
prometheus = "0.8.0"
15+
prometheus = { version = "0.9.0", default-features = false }
1616
futures-timer = "3.0.2"
1717

1818
[features]

utils/prometheus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1313

1414
[dependencies]
1515
log = "0.4.8"
16-
prometheus = "0.8"
16+
prometheus = { version = "0.9", default-features = false }
1717
futures-util = { version = "0.3.1", default-features = false, features = ["io"] }
1818
derive_more = "0.99"
1919

0 commit comments

Comments
 (0)