Update dependency cpr to v1.11.1

This commit is contained in:
renovate[bot] 2025-01-05 00:21:24 +00:00 committed by GitHub
parent f01a357f98
commit 097df7894e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ import os
class SupercellWxConan(ConanFile): class SupercellWxConan(ConanFile):
settings = ("os", "compiler", "build_type", "arch") settings = ("os", "compiler", "build_type", "arch")
requires = ("boost/1.86.0", requires = ("boost/1.86.0",
"cpr/1.11.0", "cpr/1.11.1",
"fontconfig/2.15.0", "fontconfig/2.15.0",
"freetype/2.13.2", "freetype/2.13.2",
"geographiclib/2.4", "geographiclib/2.4",