Skip to content

Commit

Permalink
yojimbo: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Jan 23, 2024
1 parent 0bcc3fc commit 81e008b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/yojimbo/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def layout(self):
basic_layout(self, src_folder="src")

def requirements(self):
self.requires("libsodium/1.0.18")
self.requires("mbedtls/2.25.0")
self.requires("libsodium/1.0.19")
self.requires("mbedtls/2.28.4")

def build_requirements(self):
self.tool_requires("premake/5.0.0-alpha15")
Expand Down

0 comments on commit 81e008b

Please sign in to comment.