Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed Sep 6, 2024
1 parent 37c12d5 commit 6f63ab1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions conan.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
{
"version": "0.5",
"requires": [
"zlib/1.2.13#e377bee636333ae348d51ca90874e353%1682597484.674",
"spdlog/1.14.1#972bbf70be1da4bc57ea589af0efde03%1714610543.14",
"secp256k1/0.18.0#c2e7e05855c71cb8f4e350a7aa10bfa9%1698921631.178",
"libbacktrace/cci.20210118#ec1aa63bbc10145c6a299e68e711670c%1676205469.545",
"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",
"ctre/3.9.0#318a83b26476a59466795daac928f3ec%1715925273.754",
"bzip2/1.0.8#411fc05e80d47a89045edc1ee6f23c1d%1678293522.814",
"boost/1.85.0#7926babdab0a9779cc164d0af6c28d5e%1715614149.259"
"zlib/1.3.1#f52e03ae3d251dec704634230cd806a2%1725632949.456",
"spdlog/1.14.1#972bbf70be1da4bc57ea589af0efde03%1716966910.455",
"secp256k1/0.19.0#a41750412727606c6bed7fdf3695c43f%1725622574.44",
"libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1%1725632951.012",
"infrastructure/0.35.0#aacb707e8eb3ddfc4fe57ca3d0a80e66%1725634936.328094",
"gmp/6.3.0#df20ffb6d21c34d67704305bcd1dea9e%1716966936.742",
"fmt/10.2.1#8d582aeebdf05b6f0abe2911b926c3f4%1720016029.904",
"expected-lite/0.8.0#f87b3ec27a4f46894950b70f8d08af24%1717770563.402",
"ctre/3.9.0#318a83b26476a59466795daac928f3ec%1716966898.508",
"bzip2/1.0.8#d00dac990f08d991998d624be81a9526%1725632951.439",
"boost/1.86.0#eda761979eec4c0fb143027ed15123a2%1725632175.06"
],
"build_requires": [
"m4/1.4.19#c1c4b1ee919e34630bb9b50046253d3c%1676610086.39",
"b2/4.10.1#8dc3df1cc73ad65d86cbdfd31fdb011f%1690006205.975"
"m4/1.4.19#b38ced39a01e31fef5435bc634461fd2%1700758725.451",
"b2/5.2.1#91bc73931a0acb655947a81569ed8b80%1718416612.241"
],
"python_requires": []
"python_requires": [],
"config_requires": []
}
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.34.0", transitive_headers=True, transitive_libs=True)
self.requires("infrastructure/0.35.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 6f63ab1

Please sign in to comment.