From ebc2350ad4bd185dfe41a59ef8cbb864e6a4c7c3 Mon Sep 17 00:00:00 2001 From: Maaz Ahmed <maaz.a@subcom.tech> Date: Tue, 16 Apr 2024 19:52:03 +0530 Subject: [PATCH] fix: use a fixed version for prometheus-http-query dependency This fixes the issue of the crate failing to compile --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 696fc51..f9cddc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] enum-as-inner = "0.6.0" -prometheus-http-query = "0.8.1" +prometheus-http-query = "=0.8.2" reqwest = "0.11.22" url = "2.5.0" serde = { version = "1.0.193", optional = true } -- GitLab