From d77a4c7ee175d669d393ed909bb0a18ca1dd3385 Mon Sep 17 00:00:00 2001 From: Tony Astolfi Date: Tue, 23 Jun 2026 14:40:42 -0400 Subject: [PATCH 1/2] Update conanfile.py --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index d90205b..e586801 100644 --- a/conanfile.py +++ b/conanfile.py @@ -92,7 +92,7 @@ def requirements(self): self.requires("batteries/[>=0.71.1 <1]", **VISIBLE, **OVERRIDE) self.requires("boost/1.88.0", **VISIBLE, **OVERRIDE) self.requires("glog/0.7.1", **VISIBLE) - self.requires("llfs/[>=0.47.0 <1]", **VISIBLE) + self.requires("llfs/[>=0.47.2 <1]", **VISIBLE) self.requires("pcg-cpp/cci.20220409", **VISIBLE) self.requires("yaml-cpp/[>=0.9.0 <1]") self.requires("zlib/1.3.1", **OVERRIDE) From 786c169813d8333b69945c32b85303af038fc6d2 Mon Sep 17 00:00:00 2001 From: Tony Astolfi Date: Tue, 23 Jun 2026 14:41:21 -0400 Subject: [PATCH 2/2] Update conan.lock --- conan.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conan.lock b/conan.lock index 9aa5830..4f60c12 100644 --- a/conan.lock +++ b/conan.lock @@ -15,7 +15,7 @@ "libpfm4/4.13.0", "libunwind/1.8.1", "liburing/2.11", - "llfs/0.47.1", + "llfs/0.47.2", "openssl/3.6.0", "pcg-cpp/cci.20220409", "protobuf/3.21.12", @@ -55,4 +55,4 @@ ] }, "config_requires": [] -} \ No newline at end of file +}