Skip to content

Commit 0a626d9

Browse files
authored
refactor: Update secp256k1 to 0.7.1 (#6331)
The latest secp256k1 release, 0.7.1, contains bug fixes that we may benefit from, see https://github.com/bitcoin-core/secp256k1/blob/master/CHANGELOG.md.
1 parent 6006c28 commit 0a626d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conan.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"sqlite3/3.49.1#8631739a4c9b93bd3d6b753bac548a63%1765850149.926",
77
"soci/4.0.3#a9f8d773cd33e356b5879a4b0564f287%1765850149.46",
88
"snappy/1.1.10#968fef506ff261592ec30c574d4a7809%1765850147.878",
9-
"secp256k1/0.7.0#0fda78daa3b864deb8a2fbc083398356%1770226294.524",
9+
"secp256k1/0.7.1#3a61e95e220062ef32c48d019e9c81f7%1770306721.686",
1010
"rocksdb/10.5.1#4a197eca381a3e5ae8adf8cffa5aacd0%1765850186.86",
1111
"re2/20230301#ca3b241baec15bd31ea9187150e0b333%1765850148.103",
1212
"protobuf/6.32.1#f481fd276fc23a33b85a3ed1e898b693%1765850161.038",

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Xrpl(ConanFile):
3232
"libarchive/3.8.1",
3333
"nudb/2.0.9",
3434
"openssl/3.5.5",
35-
"secp256k1/0.7.0",
35+
"secp256k1/0.7.1",
3636
"soci/4.0.3",
3737
"zlib/1.3.1",
3838
]

0 commit comments

Comments
 (0)