build(deps): bump bitvec from 1.0.0 to 1.0.1 (#4769)
Bumps [bitvec](https://github.com/bitvecto-rs/bitvec) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/bitvecto-rs/bitvec/releases) - [Changelog](https://github.com/bitvecto-rs/bitvec/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitvecto-rs/bitvec/commits) --- updated-dependencies: - dependency-name: bitvec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
0e06c11ff0
commit
61eeeb0b66
|
@ -459,9 +459,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bitvec"
|
name = "bitvec"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"funty",
|
"funty",
|
||||||
"radium",
|
"radium",
|
||||||
|
|
|
@ -15,7 +15,7 @@ bench = ["zebra-test"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
aes = "0.7.5"
|
aes = "0.7.5"
|
||||||
bech32 = "0.9.0"
|
bech32 = "0.9.0"
|
||||||
bitvec = "1.0.0"
|
bitvec = "1.0.1"
|
||||||
bitflags = "1.3.2"
|
bitflags = "1.3.2"
|
||||||
blake2b_simd = "1.0.0"
|
blake2b_simd = "1.0.0"
|
||||||
blake2s_simd = "1.0.0"
|
blake2s_simd = "1.0.0"
|
||||||
|
|
Loading…
Reference in New Issue