Update dependency boost to v1.86.0

This commit is contained in:
renovate[bot] 2024-09-18 02:52:56 +00:00 committed by GitHub
parent 475460ff84
commit 5d051e127f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ from conans import ConanFile
class SupercellWxConan(ConanFile): class SupercellWxConan(ConanFile):
settings = ("os", "compiler", "build_type", "arch") settings = ("os", "compiler", "build_type", "arch")
requires = ("boost/1.85.0", requires = ("boost/1.86.0",
"cpr/1.10.5", "cpr/1.10.5",
"fontconfig/2.15.0", "fontconfig/2.15.0",
"freetype/2.13.2", "freetype/2.13.2",