From e287ba1a7e42d1b9875e1efa6d9db6a6352d6f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 16 Jan 2019 17:42:54 +0000 Subject: [PATCH] Bump bv from 0.10.0 to 0.11.0 Bumps [bv](https://github.com/tov/bv-rs) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/tov/bv-rs/releases) - [Changelog](https://github.com/tov/bv-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/tov/bv-rs/compare/0.10.0...0.11.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 650a3d757..95073fef4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,7 +228,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bv" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "feature-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1850,7 +1850,7 @@ version = "0.12.0" dependencies = [ "bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "bv 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bv 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2829,7 +2829,7 @@ dependencies = [ "checksum block-padding 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc4358306e344bf9775d0197fd00d2603e5afb0771bb353538630f022068ea3" "checksum bloom 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d00ac8e5056d6d65376a3c1aa5c7c34850d6949ace17f0266953a254eb3d6fe8" "checksum bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0de79cfb98e7aa9988188784d8664b4b5dad6eaaa0863b91d9a4ed871d4f7a42" -"checksum bv 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d6ef54f583d35d34319ac74510aa2136929e97db601660b250178e7e68b1be4" +"checksum bv 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6cd4ae9e585e783756cd14b0ea21863acdfbb6383664ac2f7c9ef8d180a14727" "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" "checksum byte-tools 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "980479e6fde23246dfb54d47580d66b4e99202e7579c5eaa9fe10ecb5ebd2182" "checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855" diff --git a/Cargo.toml b/Cargo.toml index ba266c458..fb1eca89f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ unstable = [] [dependencies] bincode = "1.0.0" bs58 = "0.2.0" -bv = { version = "0.10.0", features = ["serde"] } +bv = { version = "0.11.0", features = ["serde"] } byteorder = "1.2.1" chrono = { version = "0.4.0", features = ["serde"] } hashbrown = "0.1.8"