mirror of
https://github.com/romanz/electrs.git
synced 2026-08-13 12:32:52 +02:00
Bump bitcoin_slices from 0.10.0 to 0.11.0
Bumps [bitcoin_slices](https://github.com/RCasatta/bitcoin_slices) from 0.10.0 to 0.11.0. - [Commits](https://github.com/RCasatta/bitcoin_slices/commits) --- updated-dependencies: - dependency-name: bitcoin_slices dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
22db4c6458
commit
ca5420168b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -139,9 +139,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bitcoin_slices"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7943d4257fdfc85afe2a13d2b539a5213e97bb978329dd79b624acbce73042fb"
|
||||
checksum = "82b80fcc031ed36f91c31639a4d97acb1487985fdee34565651b2f52f4346859"
|
||||
dependencies = [
|
||||
"bitcoin",
|
||||
"bitcoin_hashes",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ spec = "internal/config_specification.toml"
|
|||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
bitcoin = { version = "0.32.8", features = ["serde", "rand-std"] }
|
||||
bitcoin_slices = { version = "0.10.0", features = ["bitcoin", "sha2"] }
|
||||
bitcoin_slices = { version = "0.11.0", features = ["bitcoin", "sha2"] }
|
||||
bitcoincore-rpc = { version = "0.19.0" }
|
||||
configure_me = "0.4"
|
||||
crossbeam-channel = "0.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue