Skip to content

Commit

Permalink
bump bitcoin slices dep 0.9.2 -> 0.10.0
Browse files Browse the repository at this point in the history
According to benchmark block parsing is up to 30% faster
  • Loading branch information
RCasatta committed Jan 20, 2025
1 parent 2543e76 commit 9b6a0ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec = "internal/config_specification.toml"
[dependencies]
anyhow = "1.0"
bitcoin = { version = "0.32.5", features = ["serde", "rand-std"] }
bitcoin_slices = { version = "0.9", features = ["bitcoin", "sha2"] }
bitcoin_slices = { version = "0.10.0", features = ["bitcoin", "sha2"] }
bitcoincore-rpc = { version = "0.19.0" }
configure_me = "0.4"
crossbeam-channel = "0.5"
Expand Down

0 comments on commit 9b6a0ca

Please sign in to comment.