Skip to content

Commit

Permalink
yojimbo: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Aug 7, 2023
1 parent 7435dc7 commit 34abc0c
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/cci.20220430")
self.requires("mbedtls/3.2.1")

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

0 comments on commit 34abc0c

Please sign in to comment.