From 257390e78c558da2208bbd4b848a319c196bb228 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 10:52:12 +0000 Subject: [PATCH] Bump bit-vec from 0.6.2 to 0.6.3 Bumps [bit-vec](https://github.com/contain-rs/bit-vec) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/contain-rs/bit-vec/releases) - [Commits](https://github.com/contain-rs/bit-vec/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e40c16dd..e7745dbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,9 +40,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "bit-vec" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3" +checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index 02ca86ea..5cae8e46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ path = "src/main.rs" required-features = ["binary"] [dependencies] -bit-vec = "^0.6.2" +bit-vec = "^0.6.3" byteorder = "^1.0.0" crc = "^1.2.0" itertools = "^0.9.0"