Skip to content

Commit 8502c0c

Browse files
committed
Fix nom-openmetrics dependency
1 parent cc230f1 commit 8502c0c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 4 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
@@ -18,7 +18,7 @@ categories = ["command-line-utilities"]
1818
chrono = "0.4.40"
1919
nom = "8"
2020
nom-language = "0.1"
21-
nom-openmetrics = { git = "https://github.com/drbrain/nom-openmetrics" }
21+
nom-openmetrics = "0.2.0"
2222
nu-plugin = "0.104.0"
2323
nu-protocol = { version = "0.104.0", features = [ "plugin" ] }
2424
prometheus-http-query = "0.8.3"

0 commit comments

Comments
 (0)