Skip to content

Commit

Permalink
libjxl: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 13, 2023
1 parent e9fff9e commit be88ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/libjxl/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("brotli/1.0.9")
self.requires("highway/0.12.2")
self.requires("brotli/1.1.0")
self.requires("highway/1.0.7")
self.requires("lcms/2.14")

def source(self):
Expand Down

0 comments on commit be88ee6

Please sign in to comment.