Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Apr 11, 2023
1 parent 6642627 commit 0acc36b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions conan.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"version": "0.5",
"requires": [
"zlib/1.2.13#13c96f538b52e1600c40b88994de240f%1667396813.733",
"spdlog/1.11.0#1f94812dde789fba690ebc10e9613e61%1679950848.518",
"secp256k1/0.16.0#310048a5c758d4c5dae6ca2baec13797%1680707008.29",
"node/0.33.0#7f139418fe526710a3ec77b768b22615%1681219735.9752662",
"network/0.33.0#21681d37af1222f80c87afdbda157ded%1680865823.231",
"lmdb/0.9.29#c277645fc26fc806a406b525c5845455%1666084222.748",
"libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c%1676205469.545",
"infrastructure/0.24.0#4b8e6d70b6f295a402ba6a912faa3273%1680863925.814",
"gmp/6.2.1#c0aec48648a7dff99f293870b95cad36%1678897585.752",
"fmt/9.1.0#e747928f85b03f48aaf227ff897d9634%1675126490.952",
"domain/0.26.0#1eb3015397579c0deb5a042f05de0d17%1680864967.849",
"database/0.30.0#83167a1629b50f189da6dc4f6be3e8ca%1680876960.873",
"consensus/0.24.0#8ef7efcd5bce0acfbf10aea17c86167b%1680863840.265",
"bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d%1678293522.814",
"boost/1.81.0#05966cf97c97cdd334623324750f67a0%1680626797.498",
"blockchain/0.28.0#a284680610ffda975d06d276cfab09ab%1681217949.156"
],
"build_requires": [
"m4/1.4.19#c1c4b1ee919e34630bb9b50046253d3c%1676610086.39",
"b2/4.9.3#5445210661950ce568cfd76158d9e117%1675784082.47"
],
"python_requires": []
}
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def dont_compile(self, options, settings):

def requirements(self):
if not self.options.no_compilation and self.settings.get_safe("compiler") is not None:
self.requires("node/0.32.0", transitive_headers=True, transitive_libs=True)
self.requires("node/0.33.0", transitive_headers=True, transitive_libs=True)

def validate(self):
KnuthConanFileV2.validate(self)
Expand Down

0 comments on commit 0acc36b

Please sign in to comment.