Update dependencies libcurl to v8.4.0 and cpr to v1.10.5

This commit is contained in:
Dan Paulat 2023-11-13 22:40:22 -06:00
parent 888ea6b327
commit b934f90ffa

View file

@ -3,14 +3,14 @@ from conans import ConanFile
class SupercellWxConan(ConanFile):
settings = ("os", "compiler", "build_type", "arch")
requires = ("boost/1.83.0",
"cpr/1.10.4",
"cpr/1.10.5",
"fontconfig/2.14.2",
"freetype/2.13.0",
"geographiclib/1.52",
"glew/2.2.0",
"glm/cci.20230113",
"gtest/1.14.0",
"libcurl/7.86.0",
"libcurl/8.4.0",
"libxml2/2.10.4",
"openssl/3.1.4",
"spdlog/1.12.0",