push
github
Merge rust-bitcoin/rust-bitcoin#4297: chore: remove unused serde_json dep <a class=hub.com/rust-bitcoin/rust-bitcoin/commit/<a class="double-link" href="https://git"><a class=hub.com/rust-bitcoin/rust-bitcoin/commit/6ba0e46b53fbc9d6ea0c3e23a553920581930e75">6ba0e46b5 chore: remove unused serde_json dep (lfg2) Pull request description: checked by [shear](https://github.com/boshen/cargo-shear) ``` bitcoin_hashes -- hashes/Cargo.toml: serde_json Fixed 1 dependencies! ``` cargo +nightly build in local env is ok, local cargo.lock is ok(not include serde_json) so no need update cargo.lock ``` [[package]] name = "bitcoin_hashes" version = "0.16.0" dependencies = [ "bitcoin-internals", "hex-conservative 0.3.0", "serde", "serde_test", ] ``` but check CI seems need update `error: the lock file /home/runner/work/rust-bitcoin/rust-bitcoin/Cargo.lock needs to be updated but --locked was passed to prevent this If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.` ACKs for top commit: Kixunil: ACK 6ba0e46b53fbc9d6ea0c3e23a553920581930e75 apoelstra: ACK 6ba0e46b53fbc9d6ea0c3e23a553920581930e75; successfully ran local tests Tree-SHA512: 68a444e05dedf932e41ef92edc60bcc43a4
22235 of 26583 relevant lines covered (83.64%)
16821.36 hits per line