Update to latest upstream rust-bitcoin
[rust-lightning] / lightning / Cargo.toml
index 3826123a0fbbefc26677d334d9c2a38c7c9c26c2..3b12468e9c4a964e353dc6df9978719312b10366 100644 (file)
@@ -18,13 +18,17 @@ max_level_error = []
 max_level_warn = []
 max_level_info = []
 max_level_debug = []
+# Allow signing of local transactions that may have been revoked or will be revoked, for functional testing (e.g. justice tx handling).
+# This is unsafe to use in production because it may result in the counterparty publishing taking our funds.
+unsafe_revoked_tx_signing = []
 
 [dependencies]
-bitcoin = "0.23"
+bitcoin = "0.24"
 
 [dev-dependencies.bitcoin]
-version = "0.23"
+version = "0.24"
 features = ["bitcoinconsensus"]
 
 [dev-dependencies]
 hex = "0.3"
+regex = "0.1.80"