Skip to content

Commit b107b0b

Browse files
committed
Upgrade to prometheus 0.14
1 parent 4a0de51 commit b107b0b

File tree

2 files changed

+7
-34
lines changed

2 files changed

+7
-34
lines changed

ui/Cargo.lock

+6-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ futures = "0.3.21"
1717
octocrab = "0.44"
1818
openssl-probe = "0.1.2"
1919
orchestrator = { path = "../compiler/base/orchestrator" }
20-
prometheus = "0.13.0"
20+
prometheus = { version = "0.14.0", default-features = false }
2121
regex = "1.0.0"
2222
rusqlite = { version = "0.34.0", default-features = false, features = ["bundled"] }
2323
serde = { version = "1.0", features = ["rc"] }

0 commit comments

Comments
 (0)