diff --git a/Cargo.toml b/Cargo.toml index c1842150..b4c75593 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ secp256k1 = { version = "0.24.0", default-features = false, features = ["bitcoin core2 = { version = "0.3.0", optional = true, default-features = false } base64 = { version = "0.13.0", optional = true } -bitcoinconsensus = { version = "0.19.0-3", optional = true } +bitcoinconsensus = { version = "0.20.2-0.5.0", optional = true } # Do NOT use this as a feature! Use the `serde` feature instead. actual-serde = { package = "serde", version = "1", default-features = false, features = [ "derive", "alloc" ], optional = true } hashbrown = { version = "0.8", optional = true }