Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Sep 5, 2024
1 parent 313e9f2 commit 246068b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.35.0 --update
$ conan install --requires=domain/0.36.0 --update
```

For more more detailed instructions, please refer to our [documentation](https://kth.cash/docs/).
Expand Down
2 changes: 1 addition & 1 deletion conan.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"spdlog/1.14.1#972bbf70be1da4bc57ea589af0efde03%1714610543.14",
"secp256k1/0.18.0#c2e7e05855c71cb8f4e350a7aa10bfa9%1698921631.178",
"libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c%1676205469.545",
"infrastructure/0.33.0#c3d2ff2347f7023b2f2ed475109cea7a%1716303757.0395143",
"infrastructure/0.34.0#a2b476d5f0eea9d6f8ecd670c694c632%1716931767.383",
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1698225617.026",
"fmt/10.2.1#9199a7a0611866dea5c8849a77467b25%1704415120.216",
"expected-lite/0.6.3#262026767cf9d5ab1fdccb25c9bdbac2%1692807329.641",
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def build_requirements(self):
self.test_requires("catch2/3.6.0")

def requirements(self):
self.requires("infrastructure/0.33.0", transitive_headers=True, transitive_libs=True)
self.requires("infrastructure/0.34.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)
Expand Down

0 comments on commit 246068b

Please sign in to comment.