From 68050a72da26d5b080e12ef2886983af51771625 Mon Sep 17 00:00:00 2001 From: toge Date: Tue, 1 Nov 2022 08:06:33 +0900 Subject: [PATCH] (#13884) 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: