summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-22 11:13:52 +0000
committerSascha Grunert <sgrunert@redhat.com>2021-11-22 15:40:15 +0100
commit6b611e64e8a236ac44ec59abdfbcff8dba4862c4 (patch)
tree4359281b44999822defc917e9c6a0c55c211798c
parent86cdf4d5e7075cd48d7fb79919f1452b81139aa1 (diff)
Bump bitvec from 0.19.5 to 0.19.6
Bumps [bitvec](https://github.com/myrrlyn/bitvec) from 0.19.5 to 0.19.6. - [Release notes](https://github.com/myrrlyn/bitvec/releases) - [Changelog](https://github.com/bitvecto-rs/bitvec/blob/develop/CHANGELOG.md) - [Commits](https://github.com/myrrlyn/bitvec/commits) --- updated-dependencies: - dependency-name: bitvec dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dc2bba1..9f5d20a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -85,9 +85,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitvec"
-version = "0.19.5"
+version = "0.19.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
+checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
dependencies = [
"funty",
"radium",