]> git.bitcoin.ninja Git - rust-lightning/commit
Remove explicit dependency on hex-conservative
authorTobin C. Harding <me@tobin.cc>
Wed, 31 Jul 2024 10:46:33 +0000 (05:46 -0500)
committerTobin C. Harding <me@tobin.cc>
Thu, 8 Aug 2024 22:20:09 +0000 (08:20 +1000)
commitaeee8fe31efd6b34aa9bde2eb852a2462c6c4119
tree22160c9a8431b6377dd3adf68c758285579ca1a6
parentfd8f4ace7b52f390864e31af5629797a8dcf7b43
Remove explicit dependency on hex-conservative

The `hex` crate is re-exported by `rust-bitcoin` so we can get it from
there instead of explicitly depending on it. Doing so reduces the
maintenance burden and helps reduce the likelyhood of getting two
versions in the dependency graph.
14 files changed:
fuzz/Cargo.toml
fuzz/src/lib.rs
lightning-block-sync/Cargo.toml
lightning-block-sync/src/convert.rs
lightning-invoice/Cargo.toml
lightning-invoice/tests/ser_de.rs
lightning/Cargo.toml
lightning/src/lib.rs
lightning/src/ln/channel.rs
lightning/src/ln/msgs.rs
lightning/src/ln/peer_channel_encryptor.rs
lightning/src/ln/types.rs
lightning/src/routing/gossip.rs
lightning/src/routing/utxo.rs