1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-23 06:45:26 +01:00

Bump bitcoin_slices from 0.6.0 to 0.6.2

Bumps [bitcoin_slices](https://github.com/RCasatta/bitcoin_slices) from 0.6.0 to 0.6.2.
- [Commits](https://github.com/RCasatta/bitcoin_slices/commits/0.6.2)

---
updated-dependencies:
- dependency-name: bitcoin_slices
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-30 13:36:37 +00:00 committed by GitHub
parent 81e43b695a
commit 1c5c2e2dd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View file

@ -99,11 +99,12 @@ dependencies = [
[[package]]
name = "bitcoin_slices"
version = "0.6.0"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c03df40e62cef35166f0ddf8268917142f38de88955fcc0721b28820160704"
checksum = "df6bcb852d9bbd32230b600e2633cdd23d6dcdab3116ab53285dc45075b9ce51"
dependencies = [
"bitcoin",
"bitcoin_hashes",
"sha2",
]