Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Jul 9, 2023
1 parent 5b553a4 commit 579e3ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
2. Install the appropriate node executable:

```
$ conan install --requires=kth/0.36.0 --update --deploy=direct_deploy
$ conan install --requires=kth/0.37.0 --update --deploy=direct_deploy
```

Expand Down
16 changes: 8 additions & 8 deletions conan.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"version": "0.5",
"requires": [
"zlib/1.2.13#e377bee636333ae348d51ca90874e353%1682597484.674",
"spdlog/1.11.0#d0fdbaa523550b89156084bf42b41c90%1681336079.737",
"spdlog/1.11.0#8b4bd1da26e0ec97698369d6224d93bf%1687229549.047",
"secp256k1/0.17.0#7ccad3671360359af67ca3b6cbb0a4dc%1685530303.447",
"node/0.36.0#413a093519cf37ccc42a55d8b65e61ff%1686784824.581182",
"network/0.36.0#104b2b86c893393f567ff026299a2005%1686782285.785",
"node/0.37.0#a264a9d595830cc72fe2d201c15c2267%1688914020.83592",
"network/0.37.0#c1850ff14667040153c2781b847ec6c6%1688913673.7121663",
"lmdb/0.9.29#c277645fc26fc806a406b525c5845455%1666084222.748",
"libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c%1676205469.545",
"infrastructure/0.27.0#a9519ecb1490c5367c2ce3f44f0a1955%1686752009.507",
"infrastructure/0.28.0#7222aeb12bc487092b4dd77a89a52748%1688913129.9659314",
"gmp/6.2.1#c0aec48648a7dff99f293870b95cad36%1678897585.752",
"fmt/9.1.0#44302d39c5a4bf7de8a39adc50bb4568%1684225717.781",
"domain/0.29.0#12a53c175bd8778fad3e800de9469eaa%1686778644.652",
"database/0.33.0#248769673f0ec327c73ded800fccaa7d%1686781881.854",
"fmt/10.0.0#dd5e3eb81b512a1bb34a5aab88a07e82%1684225718.04",
"domain/0.30.0#28c8bfdebd60f9be65020639c5eed7aa%1688913485.5763326",
"database/0.34.0#041de2b5ea72b1c528674f23ce425ab5%1688913829.177532",
"consensus/0.27.0#70c81c570488b2f60ddd7ba0e78c2ac9%1686778266.305",
"bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d%1678293522.814",
"boost/1.82.0#902463606663219fc8c6d2102f1b8c6a%1685704970.086",
"blockchain/0.31.0#4059339f3494a03c9642271fc53007ff%1686784024.945"
"blockchain/0.32.0#28f79b88845a6812a9e90302e37db658%1688913892.7098587"
],
"build_requires": [
"m4/1.4.19#c1c4b1ee919e34630bb9b50046253d3c%1676610086.39",
Expand Down
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.36.0", transitive_headers=True, transitive_libs=True)
self.requires("node/0.37.0", transitive_headers=True, transitive_libs=True)

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

0 comments on commit 579e3ea

Please sign in to comment.