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

Commit

Permalink
*: Update to Prometheus v0.10.0 (#6964)
Browse files Browse the repository at this point in the history
* *: Update to Prometheus v0.10.0-rc.1

* *: Update to Prometheus v0.10.0
  • Loading branch information
mxinden committed Sep 1, 2020
1 parent 92e736f commit a51ae65
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 9 deletions.
65 changes: 58 additions & 7 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 = { version = "0.9.0", default-features = false }
prometheus = { version = "0.10.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 = { version = "0.9", default-features = false }
prometheus = { version = "0.10.0", default-features = false }
futures-util = { version = "0.3.1", default-features = false, features = ["io"] }
derive_more = "0.99"

Expand Down

0 comments on commit a51ae65

Please sign in to comment.