Skip to content

Commit a251e9d

Browse files
committed
Use prometheus/client_rust#279 to fix VictoriaMetrics problems
1 parent 7e6d2a2 commit a251e9d

File tree

2 files changed

+28
-26
lines changed

2 files changed

+28
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ documented = "0.9.2"
2828
env_logger = "0.11.8"
2929
maven = { version = "*", path = "maven" }
3030
moka = { version = "0.12.10", features = ["future"] }
31-
prometheus-client = "0.23.1"
31+
prometheus-client = "0.24.0"
3232
reqwest = { version = "0.12.22", default-features = false, features = ["charset", "http2", "system-proxy", "json", "rustls-tls"] }
3333
semver = "1.0.26"
3434
serde = { workspace = true }
@@ -38,3 +38,7 @@ sha2 = "0.11.0-rc.0"
3838
thiserror = "2.0.12"
3939
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
4040
url = { version = "2.5.4", features = ["serde"] }
41+
42+
[patch.crates-io]
43+
# prometheus/client_rust#279 (causes problems with VictoriaMetrics)
44+
prometheus-client = { git = 'https://github.com/whamcloud/client_rust.git', branch = "spoutn1k/svelte-encoding" }

0 commit comments

Comments
 (0)