Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Oct 10, 2024
1 parent 917582e commit c2d9f7e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.45.0 --update --deploy=direct_deploy
$ conan install --requires=kth/0.46.0 --update --deploy=direct_deploy
```

Expand Down
12 changes: 6 additions & 6 deletions conan.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"zlib/1.3.1#f52e03ae3d251dec704634230cd806a2%1725632949.456",
"spdlog/1.14.1#972bbf70be1da4bc57ea589af0efde03%1716966910.455",
"secp256k1/0.19.0#a41750412727606c6bed7fdf3695c43f%1725622574.44",
"node/0.45.0#cc693a48a9fc34f053fa48a71a850c27%1725636926.331383",
"network/0.43.0#4a32b68b85ecaf31e604db29886f4dc8%1725636044.193",
"node/0.46.0#eb0176ee24836d4c8809f67227c15ab3%1728558327.116574",
"network/0.44.0#c31cf9e9b6860fb184089003e3dda61f%1728556819.763",
"lmdb/0.9.32#a9b704c2cb978c03eea680da55f26f8e%1715166447.685",
"libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1%1725632951.012",
"infrastructure/0.35.0#aacb707e8eb3ddfc4fe57ca3d0a80e66%1725634936.328094",
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1716966936.742",
"fmt/10.2.1#8d582aeebdf05b6f0abe2911b926c3f4%1720016029.904",
"expected-lite/0.8.0#f87b3ec27a4f46894950b70f8d08af24%1717770563.402",
"domain/0.36.0#dc022a151816435fecd2aff1c5491d20%1725635549.762",
"database/0.42.0#078d49cc7e3538a283ce5c80af44573d%1725636240.579",
"domain/0.37.0#e96e031e1f320cdcb1e519ade24366b5%1728555832.815",
"database/0.43.0#4d3ba20f3e853572ba68dfb9df80ca22%1728557380.898",
"ctre/3.9.0#318a83b26476a59466795daac928f3ec%1716966898.508",
"consensus/0.32.0#ceff0e3dc37e511961776a03de5b58ce%1725623760.182",
"bzip2/1.0.8#d00dac990f08d991998d624be81a9526%1725632951.439",
"boost/1.86.0#eda761979eec4c0fb143027ed15123a2%1725632175.06",
"blockchain/0.40.0#7bbff233f9186b7fb613290f4f15b7c1%1725636545.797"
"boost/1.86.0#cd839a2082585255010f9e82eea94c7f%1728027203.247",
"blockchain/0.41.0#83b7fc60c01be7ec6e00521b7c5e41ae%1728557745.622"
],
"build_requires": [
"m4/1.4.19#b38ced39a01e31fef5435bc634461fd2%1700758725.451",
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.45.0", transitive_headers=True, transitive_libs=True)
self.requires("node/0.46.0", transitive_headers=True, transitive_libs=True)

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

0 comments on commit c2d9f7e

Please sign in to comment.