Update dependency zlib to v1.3.1

This commit is contained in:
renovate[bot] 2024-01-25 13:17:29 +00:00 committed by GitHub
parent 6f73c19be8
commit 933e94267e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,7 @@ class SupercellWxConan(ConanFile):
"spdlog/1.13.0",
"sqlite3/3.45.0",
"vulkan-loader/1.3.243.0",
"zlib/1.3")
"zlib/1.3.1")
generators = ("cmake",
"cmake_find_package",
"cmake_paths")