Skip to content

Commit

Permalink
feat: bump dependencies (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni authored May 21, 2024
1 parent 5c7cdb1 commit a8a5db5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions conan.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"version": "0.5",
"requires": [
"zlib/1.2.13#e377bee636333ae348d51ca90874e353%1682597484.674",
"zlib/1.3#06023034579559bb64357db3a53f88a4%1692672716.907",
"secp256k1/0.18.0#c2e7e05855c71cb8f4e350a7aa10bfa9%1698921631.178",
"libiconv/1.17#fa54397801cd96911a8294bc5fc76335%1675449822.495",
"libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c%1676205469.545",
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1698225617.026",
"bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d%1678293522.814",
"boost/1.84.0#695713218cdeec6aef61de1f34bf57ee%1706382844.645"
"boost/1.85.0#7926babdab0a9779cc164d0af6c28d5e%1715614149.259"
],
"build_requires": [
"m4/1.4.19#c1c4b1ee919e34630bb9b50046253d3c%1676610086.39",
"m4/1.4.19#b38ced39a01e31fef5435bc634461fd2%1700758725.451",
"b2/4.10.1#8dc3df1cc73ad65d86cbdfd31fdb011f%1690006205.975"
],
"python_requires": []
"python_requires": [],
"config_requires": []
}
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ class KnuthConsensusConan(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("boost/1.84.0", transitive_headers=True, transitive_libs=True)
self.requires("boost/1.85.0", transitive_headers=True, transitive_libs=True)
self.requires("secp256k1/0.18.0", transitive_headers=True, transitive_libs=True)

if self.settings.compiler == "msvc" and self.options.currency == 'BCH':
Expand Down

0 comments on commit a8a5db5

Please sign in to comment.