Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Nov 6, 2023
1 parent 54001b1 commit 921e36d
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.31.0 --update
$ conan install --requires=domain/0.32.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.12.0#0e390a2f5c3e96671d0857bc734e4731%1693277101.493",
"secp256k1/0.18.0#c2e7e05855c71cb8f4e350a7aa10bfa9%1698921631.178",
"libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c%1676205469.545",
"infrastructure/0.29.0#72a8010170a60466e408121cc6e93fca%1699005972.934",
"infrastructure/0.30.0#9a6085f1b3e4d5cc0154293d29c555a9%1699266397.4568496",
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1698225617.026",
"fmt/10.1.1#cd63809a79574a2f9eb73ca35f16a243%1693230699.985",
"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.3.2")

def requirements(self):
self.requires("infrastructure/0.29.0", transitive_headers=True, transitive_libs=True)
self.requires("infrastructure/0.30.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 921e36d

Please sign in to comment.