Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed May 31, 2023
1 parent 31208b5 commit 2f2c72a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ conan config install https://github.com/k-nuth/ci-utils/raw/master/conan/confi
2. Install the appropriate library:

```
$ conan install --requires=node/0.34.0 --update
$ conan install --requires=node/0.35.0 --update
```

For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).
Expand Down
16 changes: 8 additions & 8 deletions conan.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"requires": [
"zlib/1.2.13#e377bee636333ae348d51ca90874e353%1682597484.674",
"spdlog/1.11.0#d0fdbaa523550b89156084bf42b41c90%1681336079.737",
"secp256k1/0.16.0#310048a5c758d4c5dae6ca2baec13797%1680707008.29",
"network/0.34.0#6fc70ede2052fda155b9458308d4bd06%1684169181.788",
"secp256k1/0.17.0#7ccad3671360359af67ca3b6cbb0a4dc%1685530303.447",
"network/0.35.0#349b9455735a6101a5947ef1c8f96e07%1685533463.7001138",
"lmdb/0.9.29#c277645fc26fc806a406b525c5845455%1666084222.748",
"libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c%1676205469.545",
"infrastructure/0.25.0#72e130d69d702375a34de9e054ed22f6%1684146846.251",
"infrastructure/0.26.0#899c4c3ae8528778ee6fef296c16a352%1685531584.046",
"gmp/6.2.1#c0aec48648a7dff99f293870b95cad36%1678897585.752",
"fmt/9.1.0#b3a633025049847e30fbd59a0e303623%1683725926.129",
"domain/0.27.0#15fc43a6c00b1295e50e2dc123807db0%1684163495.068",
"database/0.31.0#3a49bf33f4b16602c376df057f577d65%1684234330.512",
"consensus/0.25.0#22361b583b517f7b1380d2150a8fa7ba%1684164294.162",
"fmt/9.1.0#44302d39c5a4bf7de8a39adc50bb4568%1684225717.781",
"domain/0.28.0#dae78416b7748466178bbdedf32957bb%1685533326.085",
"database/0.32.0#867310da2e043c113067de66550f351c%1685534332.649",
"consensus/0.26.0#640e9656bc68d880d39335fe9ee83a65%1685531537.033",
"bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d%1678293522.814",
"boost/1.81.0#9bd7ae86a881631b6cc76590621e470b%1682803250.326",
"blockchain/0.29.0#884998f562b5ace2f7718d398de358fc%1684257319.7753513"
"blockchain/0.30.0#fd6d3a931f23a18f79068340e8c9c0eb%1685535086.55491"
],
"build_requires": [
"m4/1.4.19#c1c4b1ee919e34630bb9b50046253d3c%1676610086.39",
Expand Down
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def build_requirements(self):
self.test_requires("catch2/3.3.1")

def requirements(self):
self.requires("blockchain/0.29.0", transitive_headers=True, transitive_libs=True)
self.requires("network/0.34.0", transitive_headers=True, transitive_libs=True)
self.requires("blockchain/0.30.0", transitive_headers=True, transitive_libs=True)
self.requires("network/0.35.0", transitive_headers=True, transitive_libs=True)

if self.options.statistics:
self.requires("tabulate/1.0@", transitive_headers=True, transitive_libs=True)
Expand Down

0 comments on commit 2f2c72a

Please sign in to comment.