Skip to content

Commit

Permalink
Update odr.core dependencies to match conanfile in upstream (odr.core)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 21, 2024
1 parent 2378d17 commit e45515f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/odrcore/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ def requirements(self):
return

self.requires("pugixml/1.14")
self.requires("cryptopp/8.8.0")
self.requires("cryptopp/8.9.0")
self.requires("miniz/3.0.2")
self.requires("nlohmann_json/3.11.3")
self.requires("vincentlaucsb-csv-parser/2.1.3")
self.requires("uchardet/0.0.7")
self.requires("vincentlaucsb-csv-parser/2.3.0")
self.requires("uchardet/0.0.8")
self.requires("utfcpp/4.0.4")
if self.options.get_safe("with_pdf2htmlEX"):
self.requires("pdf2htmlex/0.18.8.rc1-20240814-git")
Expand Down

0 comments on commit e45515f

Please sign in to comment.