From f928edd4975a7d7b8acd24029aa532462e466bfb Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 21 Dec 2022 18:24:40 +0100 Subject: [PATCH] Temporary switch to fork --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 744386f..10a5a65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,8 @@ arc-swap = "1.5" metrics = { version = "0.20", default-features = false } metrics-util = { version = "0.14", features = ["registry"], default-features = false } once_cell = "1.16" -prometheus = { version = "0.13", default-features = false } +#prometheus = { version = "0.13", default-features = false } +prometheus = { git = "https://github.com/tyranron/rust-prometheus", branch = "raw-value-access", default-features = false } sealed = "0.4" smallvec = "1.10"