From ed4deb9d3ec882816b68b9204e282732d2a9a8fb Mon Sep 17 00:00:00 2001 From: Robert Hambrock Date: Tue, 28 Sep 2021 03:54:01 +0200 Subject: [PATCH 1/2] bump lnp dependencies required for downstream bitcoin 0.27 bumps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b92aa0cf..ca0c9aa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,12 +33,12 @@ amplify = "3" hex = "0.4.3" tiny-keccak = { version = "2", features = ["keccak"] } fixed-hash = { version = "0.7.0", default-features = false } -strict_encoding = "=1.2.3" -strict_encoding_derive = "=1.0.0" -lightning_encoding = "0.4.0-beta.1" +strict_encoding = "=1.7.4" +strict_encoding_derive = "=1.7.4" +lightning_encoding = "0.5.0-beta.3" thiserror = "1.0.24" serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true } -inet2_addr = { version = "0.4.0", default-features = false, features = ["tor", "strict_encoding"] } +inet2_addr = { version = "0.5.0", default-features = false, features = ["tor", "strict_encoding"] } bitvec = { version = "0.22.3" } bitcoin_hashes = { version = "0.10.0" } From 4139072b3d4e5b7fcd0211beddee45cdcccd85bf Mon Sep 17 00:00:00 2001 From: h4sh3d Date: Wed, 29 Sep 2021 13:04:02 +0200 Subject: [PATCH 2/2] Remove specific pin of strict_encoding dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca0c9aa9..fc55ccb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,8 +33,8 @@ amplify = "3" hex = "0.4.3" tiny-keccak = { version = "2", features = ["keccak"] } fixed-hash = { version = "0.7.0", default-features = false } -strict_encoding = "=1.7.4" -strict_encoding_derive = "=1.7.4" +strict_encoding = "1.7.4" +strict_encoding_derive = "1.7.4" lightning_encoding = "0.5.0-beta.3" thiserror = "1.0.24" serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }