Skip to content

Commit

Permalink
feat: bump dependencies (#36)
Browse files Browse the repository at this point in the history
* feat: bump dependencies

* feat: bump dependencies
  • Loading branch information
fpelliccioni authored May 21, 2024
1 parent bf98db2 commit 36fd023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conan.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "0.5",
"requires": [
"zlib/1.3#06023034579559bb64357db3a53f88a4%1692672716.907",
"spdlog/1.13.0#2775cc949e26b339029a852785b6b276%1705707717.233",
"spdlog/1.14.1#972bbf70be1da4bc57ea589af0efde03%1714610543.14",
"secp256k1/0.18.0#c2e7e05855c71cb8f4e350a7aa10bfa9%1698921631.178",
"libiconv/1.17#fa54397801cd96911a8294bc5fc76335%1675449822.495",
"libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c%1676205469.545",
Expand Down
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class KnuthInfrastructureConan(KnuthConanFileV2):

def build_requirements(self):
if self.options.tests:
self.test_requires("catch2/3.5.2")
self.test_requires("catch2/3.6.0")

def requirements(self):
self.requires("secp256k1/0.18.0", transitive_headers=True, transitive_libs=True)
Expand All @@ -70,7 +70,7 @@ def requirements(self):
if self.options.log == "binlog":
self.requires("binlog/2020.02.29@kth/stable", transitive_headers=True, transitive_libs=True)
elif self.options.log == "spdlog":
self.requires("spdlog/1.13.0", transitive_headers=True, transitive_libs=True)
self.requires("spdlog/1.14.1", transitive_headers=True, transitive_libs=True)

if self.options.with_png:
self.requires("libpng/1.6.40", transitive_headers=True, transitive_libs=True)
Expand Down

0 comments on commit 36fd023

Please sign in to comment.