From db836cb75d866cccb23c7617f063ce256da965fa Mon Sep 17 00:00:00 2001 From: toge Date: Mon, 31 Oct 2022 12:16:39 +0900 Subject: [PATCH] boost: update zlib --- recipes/boost/all/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/boost/all/conanfile.py b/recipes/boost/all/conanfile.py index cc2f76d2b6808..651bf5cd0d3c1 100644 --- a/recipes/boost/all/conanfile.py +++ b/recipes/boost/all/conanfile.py @@ -532,7 +532,7 @@ def _with_stacktrace_backtrace(self): def requirements(self): if self._with_zlib: - self.requires("zlib/1.2.12") + self.requires("zlib/1.2.13") if self._with_bzip2: self.requires("bzip2/1.0.8") if self._with_lzma: