diff --git a/bitcoin/Cargo.toml b/bitcoin/Cargo.toml index 2c4cbba2..64ee773d 100644 --- a/bitcoin/Cargo.toml +++ b/bitcoin/Cargo.toml @@ -38,13 +38,13 @@ bitcoin-internals = { path = "../internals" } bech32 = { version = "0.9.0", default-features = false } bitcoin_hashes = { version = "0.11.0", default-features = false } secp256k1 = { version = "0.25.0", default-features = false, features = ["bitcoin_hashes"] } +hex_lit = "0.1.1" base64 = { version = "0.13.0", optional = true } -bitcoinconsensus = { version = "0.20.2-0.5.0", optional = true, default-features = false } +bitcoinconsensus = { version = "0.20.2-0.5.0", default-features = false, optional = true } core2 = { version = "0.3.0", default-features = false, features = ["alloc"], optional = true } # Do NOT use this as a feature! Use the `serde` feature instead. actual-serde = { package = "serde", version = "1.0.103", default-features = false, features = [ "derive", "alloc" ], optional = true } -hex_lit = "0.1.1" [dev-dependencies] serde_json = "1.0.0"