From f53e7e63fb59eadbc8e2185d1ca51f369a628652 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:47:41 +0000 Subject: [PATCH] chore(deps): update dependency prometheus-cpp to v1.2.4 --- conanfile.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.txt b/conanfile.txt index 28508a1..b360418 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -6,7 +6,7 @@ [requires] # prometheus-cpp 1.1.0 cannot be used because it supports only C++14 onward; however the compiler shipping with Centos7 # supports at most the C++11 dialect... so till we want to support Centos7, we need to stick with prometheus-cpp 1.0.0 - prometheus-cpp/1.0.0@ + prometheus-cpp/1.2.4@ [options] # by using shared=False we create a cmonitor_collector binary that is self-contained