diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index a0f748d2349..ad09562d3b1 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -22,7 +22,7 @@ lightning = { path = "../lightning", features = ["regex", "_test_utils"] } lightning-invoice = { path = "../lightning-invoice" } lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" } bech32 = "0.11.0" -bitcoin = { version = "0.32.2", features = ["secp-lowmemory"] } +bitcoin = { version = "0.32.3", features = ["secp-lowmemory"] } afl = { version = "0.12", optional = true } honggfuzz = { version = "0.5", optional = true, default-features = false } diff --git a/lightning-background-processor/Cargo.toml b/lightning-background-processor/Cargo.toml index 0afc18fdfbb..1c262e63cb9 100644 --- a/lightning-background-processor/Cargo.toml +++ b/lightning-background-processor/Cargo.toml @@ -20,7 +20,7 @@ std = ["lightning/std", "bitcoin-io/std", "bitcoin_hashes/std"] default = ["std"] [dependencies] -bitcoin = { version = "0.32.2", default-features = false } +bitcoin = { version = "0.32.3", default-features = false } bitcoin_hashes = { version = "0.14.0", default-features = false } bitcoin-io = { version = "0.1.2", default-features = false } lightning = { version = "0.0.124", path = "../lightning", default-features = false } diff --git a/lightning-block-sync/Cargo.toml b/lightning-block-sync/Cargo.toml index 38ec56a51b7..22964529c86 100644 --- a/lightning-block-sync/Cargo.toml +++ b/lightning-block-sync/Cargo.toml @@ -18,7 +18,7 @@ rest-client = [ "serde_json", "chunked_transfer" ] rpc-client = [ "serde_json", "chunked_transfer" ] [dependencies] -bitcoin = "0.32.2" +bitcoin = "0.32.3" lightning = { version = "0.0.124", path = "../lightning" } tokio = { version = "1.35", features = [ "io-util", "net", "time", "rt" ], optional = true } serde_json = { version = "1.0", optional = true } diff --git a/lightning-custom-message/Cargo.toml b/lightning-custom-message/Cargo.toml index d3eaf125520..3d5ca4e591a 100644 --- a/lightning-custom-message/Cargo.toml +++ b/lightning-custom-message/Cargo.toml @@ -14,7 +14,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -bitcoin = "0.32.2" +bitcoin = "0.32.3" lightning = { version = "0.0.124", path = "../lightning" } [lints] diff --git a/lightning-invoice/Cargo.toml b/lightning-invoice/Cargo.toml index ee1d4aa53dc..ca7441d69ec 100644 --- a/lightning-invoice/Cargo.toml +++ b/lightning-invoice/Cargo.toml @@ -21,7 +21,7 @@ std = [] bech32 = { version = "0.11.0", default-features = false } lightning-types = { version = "0.1.0", path = "../lightning-types", default-features = false } serde = { version = "1.0.118", optional = true } -bitcoin = { version = "0.32.2", default-features = false, features = ["secp-recovery"] } +bitcoin = { version = "0.32.3", default-features = false, features = ["secp-recovery"] } [dev-dependencies] serde_json = { version = "1"} diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index 9df6594b063..59f39b9f5b5 100644 --- a/lightning-net-tokio/Cargo.toml +++ b/lightning-net-tokio/Cargo.toml @@ -15,7 +15,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -bitcoin = "0.32.2" +bitcoin = "0.32.3" lightning = { version = "0.0.124", path = "../lightning" } tokio = { version = "1.35", features = [ "rt", "sync", "net", "time" ] } diff --git a/lightning-persister/Cargo.toml b/lightning-persister/Cargo.toml index 4007f14cfc1..1453dabbdf4 100644 --- a/lightning-persister/Cargo.toml +++ b/lightning-persister/Cargo.toml @@ -14,7 +14,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -bitcoin = "0.32.2" +bitcoin = "0.32.3" lightning = { version = "0.0.124", path = "../lightning" } [target.'cfg(windows)'.dependencies] @@ -25,7 +25,7 @@ criterion = { version = "0.4", optional = true, default-features = false } [dev-dependencies] lightning = { version = "0.0.124", path = "../lightning", features = ["_test_utils"] } -bitcoin = { version = "0.32.2", default-features = false } +bitcoin = { version = "0.32.3", default-features = false } [lints] workspace = true diff --git a/lightning-rapid-gossip-sync/Cargo.toml b/lightning-rapid-gossip-sync/Cargo.toml index 03efbde3daa..77928666422 100644 --- a/lightning-rapid-gossip-sync/Cargo.toml +++ b/lightning-rapid-gossip-sync/Cargo.toml @@ -15,7 +15,7 @@ std = ["bitcoin-io/std", "bitcoin_hashes/std"] [dependencies] lightning = { version = "0.0.124", path = "../lightning", default-features = false } -bitcoin = { version = "0.32.2", default-features = false } +bitcoin = { version = "0.32.3", default-features = false } bitcoin_hashes = { version = "0.14.0", default-features = false } bitcoin-io = { version = "0.1.2", default-features = false } diff --git a/lightning-transaction-sync/Cargo.toml b/lightning-transaction-sync/Cargo.toml index 34105ea3e90..3541a32a594 100644 --- a/lightning-transaction-sync/Cargo.toml +++ b/lightning-transaction-sync/Cargo.toml @@ -24,7 +24,7 @@ async-interface = [] [dependencies] lightning = { version = "0.0.124", path = "../lightning", default-features = false, features = ["std"] } -bitcoin = { version = "0.32.2", default-features = false } +bitcoin = { version = "0.32.3", default-features = false } bdk-macros = "0.6" futures = { version = "0.3", optional = true } esplora-client = { version = "0.9", default-features = false, optional = true } diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 719c3168df0..00950bd3099 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -43,7 +43,7 @@ lightning-types = { version = "0.1.0", path = "../lightning-types", default-feat lightning-invoice = { version = "0.32.0", path = "../lightning-invoice", default-features = false } bech32 = { version = "0.11.0", default-features = false } -bitcoin = { version = "0.32.2", default-features = false, features = ["secp-recovery"] } +bitcoin = { version = "0.32.3", default-features = false, features = ["secp-recovery"] } dnssec-prover = { version = "0.6", default-features = false } hashbrown = { version = "0.13", default-features = false } @@ -59,7 +59,7 @@ regex = "1.5.6" lightning-types = { version = "0.1.0", path = "../lightning-types", features = ["_test_utils"] } [dev-dependencies.bitcoin] -version = "0.32.2" +version = "0.32.3" default-features = false features = ["bitcoinconsensus", "secp-recovery"]