Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed May 21, 2024
1 parent 1bd523c commit e519498
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.42.0 --update --deploy=direct_deploy
$ conan install --requires=kth/0.43.0 --update --deploy=direct_deploy
```

Expand Down
22 changes: 11 additions & 11 deletions conan.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"version": "0.5",
"requires": [
"zlib/1.2.13#e377bee636333ae348d51ca90874e353%1682597484.674",
"spdlog/1.13.0#2775cc949e26b339029a852785b6b276%1705707717.233",
"spdlog/1.14.1#972bbf70be1da4bc57ea589af0efde03%1714610543.14",
"secp256k1/0.18.0#c2e7e05855c71cb8f4e350a7aa10bfa9%1698921631.178",
"node/0.42.0#80e5b54867cd87432f0a5e9a109b8888%1706993128.718708",
"network/0.41.0#074b76ef7ec82bf59a4add230d0fa4f1%1706989397.9490588",
"lmdb/0.9.31#fed34be26210ee8e70357aa0077fb924%1703551315.789",
"node/0.43.0#aa04533d4ab312d702df38bcb875b25b%1716311118.0361414",
"network/0.42.0#6e885dcb9c7a849f7b575337c96145f8%1716308362.441",
"lmdb/0.9.32#a9b704c2cb978c03eea680da55f26f8e%1715166447.685",
"libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c%1676205469.545",
"infrastructure/0.32.0#ca438a22e0ec5b0e3f3bfe421227e761%1706979702.4233263",
"infrastructure/0.33.0#c3d2ff2347f7023b2f2ed475109cea7a%1716304697.223",
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1698225617.026",
"fmt/10.2.1#9199a7a0611866dea5c8849a77467b25%1704415120.216",
"expected-lite/0.6.3#262026767cf9d5ab1fdccb25c9bdbac2%1692807329.641",
"domain/0.34.0#242d4d853892a0dbb43f571685efcd82%1706989053.084",
"database/0.39.0#b361d4a5c699a2e4ce848f9b736d9b23%1706989546.0606766",
"ctre/3.8.1#40ac42de50d5ff58fdee27f3f13a9ada%1697312280.727",
"consensus/0.30.0#e189cfa4e659af195a6f1795b433cd82%1706983134.993734",
"domain/0.35.0#31e3c025ecabc5e2d2497315f406edb5%1716307558.582",
"database/0.40.0#66089526ba08f2504be2ff9368455854%1716308565.049",
"ctre/3.9.0#318a83b26476a59466795daac928f3ec%1715925273.754",
"consensus/0.31.0#d920af2ad2c3cfc8b267a4b59e97caa7%1716304670.907",
"bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d%1678293522.814",
"boost/1.84.0#695713218cdeec6aef61de1f34bf57ee%1706382844.645",
"blockchain/0.37.0#9d5bd965ef86ccb0541fbe9abb264a93%1706992932.794"
"boost/1.85.0#7926babdab0a9779cc164d0af6c28d5e%1715614149.259",
"blockchain/0.38.0#3782ac84116af2ba5c6d3e991a883cba%1716310894.303"
],
"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.42.0", transitive_headers=True, transitive_libs=True)
self.requires("node/0.43.0", transitive_headers=True, transitive_libs=True)

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

0 comments on commit e519498

Please sign in to comment.