From 8483e7ac0e30b596c73ab3415ee35217e84ccff6 Mon Sep 17 00:00:00 2001 From: Fernando Pelliccioni Date: Tue, 21 May 2024 17:09:00 +0200 Subject: [PATCH] upgrade dependencies --- README.md | 2 +- conan.lock | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bfcd7a52..9b12b1aa 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=infrastructure/0.32.0 --update +$ conan install --requires=infrastructure/0.33.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 2212d1f7..36cc206a 100644 --- a/conan.lock +++ b/conan.lock @@ -1,10 +1,9 @@ { "version": "0.5", "requires": [ - "zlib/1.3#06023034579559bb64357db3a53f88a4%1692672716.907", + "zlib/1.2.13#e377bee636333ae348d51ca90874e353%1682597484.674", "spdlog/1.14.1#972bbf70be1da4bc57ea589af0efde03%1714610543.14", "secp256k1/0.18.0#c2e7e05855c71cb8f4e350a7aa10bfa9%1698921631.178", - "libiconv/1.17#fa54397801cd96911a8294bc5fc76335%1675449822.495", "libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c%1676205469.545", "gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1698225617.026", "fmt/10.2.1#9199a7a0611866dea5c8849a77467b25%1704415120.216", @@ -14,9 +13,8 @@ "boost/1.85.0#7926babdab0a9779cc164d0af6c28d5e%1715614149.259" ], "build_requires": [ - "m4/1.4.19#b38ced39a01e31fef5435bc634461fd2%1700758725.451", + "m4/1.4.19#c1c4b1ee919e34630bb9b50046253d3c%1676610086.39", "b2/4.10.1#8dc3df1cc73ad65d86cbdfd31fdb011f%1690006205.975" ], - "python_requires": [], - "config_requires": [] + "python_requires": [] } \ No newline at end of file