Skip to content

Commit 882cfa5

Browse files
committed
Return to using a released version of rocket_prometheus
Now that my filter PR has been merged and released, there's no need to use my fork anymore
1 parent 1d81360 commit 882cfa5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prometheus = { version = "0.13.4", default-features = false }
2323
reqwest = { version = "0.12", features = ["multipart", "json"] }
2424
rocket = { version = "0.5.0", features = ["uuid", "secrets"] }
2525
rocket_oauth2 = "0.5.0"
26-
rocket_prometheus = "0.10.0"
26+
rocket_prometheus = "0.10.1"
2727
# rusqlite = { version = "0.30.0", features = ["bundled"] } # required on windows
2828
rust-embed = { version = "8.2.0", features = ["rocket"] }
2929
serde = { version = "1.0.195", features = ["derive"] }
@@ -43,5 +43,4 @@ sha2 = "0.10.8"
4343
walkdir = "2.5.0"
4444

4545
[patch.crates-io]
46-
rocket_prometheus = { git = "https://github.com/Eijebong/rocket_prometheus.git", branch = "add-request-filter" }
4746
diesel = { git = "https://github.com/diesel-rs/diesel.git" }

0 commit comments

Comments
 (0)