We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0457af commit a87ce74Copy full SHA for a87ce74
1 file changed
conanfile.py
@@ -45,7 +45,7 @@ def requirements(self):
45
self.requires("nlohmann_json/3.11.3")
46
self.requires("vincentlaucsb-csv-parser/2.3.0")
47
self.requires("uchardet/0.0.8")
48
- self.requires("utfcpp/4.0.4")
+ self.requires("utfcpp/4.0.9")
49
if self.options.get_safe("with_pdf2htmlEX", False):
50
self.requires("pdf2htmlex/0.18.8.rc1-odr-git-eb5d291")
51
if self.options.get_safe("with_wvWare", False):
0 commit comments