Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
fpelliccioni committed Nov 21, 2024
1 parent b683a55 commit ee3b6e5
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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=domain/0.37.0 --update
$ conan install --requires=domain/0.38.0 --update
```

For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).
4 changes: 2 additions & 2 deletions conan.lock
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@
"requires": [
"zlib/1.3.1#f52e03ae3d251dec704634230cd806a2%1725632949.456",
"spdlog/1.14.1#972bbf70be1da4bc57ea589af0efde03%1716966910.455",
"secp256k1/0.19.0#a41750412727606c6bed7fdf3695c43f%1725622574.44",
"secp256k1/0.20.0#c075cc7e6e2ce8a062917916f59b6eb8%1732215608.849",
"libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1%1725632951.012",
"infrastructure/0.35.0#aacb707e8eb3ddfc4fe57ca3d0a80e66%1725634936.328094",
"infrastructure/0.36.0#7d36007c0373257e718f07f54267ac99%1732215800.6933045",
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1716966936.742",
"fmt/10.2.1#8d582aeebdf05b6f0abe2911b926c3f4%1720016029.904",
"expected-lite/0.8.0#f87b3ec27a4f46894950b70f8d08af24%1717770563.402",
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@ def build_requirements(self):
self.test_requires("catch2/3.6.0")

def requirements(self):
self.requires("infrastructure/0.35.0", transitive_headers=True, transitive_libs=True)
self.requires("infrastructure/0.36.0", transitive_headers=True, transitive_libs=True)

if self.options.currency == "LTC":
self.requires("OpenSSL/1.0.2l@conan/stable", transitive_headers=True, transitive_libs=True)

0 comments on commit ee3b6e5

Please sign in to comment.