From 9f03c4c3b626f8f24daaafe67e1b52c59e1da84f Mon Sep 17 00:00:00 2001 From: Fernando Pelliccioni Date: Thu, 2 Nov 2023 11:42:08 +0100 Subject: [PATCH] upgrade dependencies --- README.md | 2 +- conan.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 27a68a36..66b9dd08 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi 2. Install the appropriate library: ``` -$ conan install --requires=consensus/0.28.0 --update +$ conan install --requires=consensus/0.29.0 --update ``` For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/). diff --git a/conan.lock b/conan.lock index b2b1b33c..2bb659cb 100644 --- a/conan.lock +++ b/conan.lock @@ -1,14 +1,16 @@ { "version": "0.5", "requires": [ - "secp256k1/0.18.0#bb6a74c5ff0753d12b75d46ff3441ec1%1693504078.187339", - "gmp/6.3.0#38d8586053b8dbede9fa51901ecd5c29%1693503622.6331599", - "boost/1.83.0#cbc7e12c3206f912203f403e46bff8ec%1692423121.891" + "zlib/1.2.13#e377bee636333ae348d51ca90874e353%1682597484.674", + "secp256k1/0.18.0#c2e7e05855c71cb8f4e350a7aa10bfa9%1698921587.774", + "libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c%1676205469.545", + "gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1698225617.026", + "bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d%1678293522.814", + "boost/1.83.0#f0c3932db7f65b606ed78357ecbdcbef%1692286008.562" ], "build_requires": [ - "nodejs/16.3.0#ecc03e2039d93ec8c6df784f8533c8a2%1682717398.515", "m4/1.4.19#c1c4b1ee919e34630bb9b50046253d3c%1676610086.39", - "emsdk/3.1.44#a6d941a26a1c416d25e3505805703a58%1691145317.971" + "b2/4.9.6#2e02945ad41739b8051247d14fe8297d%1679927934.674" ], "python_requires": [] } \ No newline at end of file