Bump bv from 0.11.0 to 0.11.1 (#8952)

automerge
This commit is contained in:
dependabot-preview[bot]
2020-03-18 21:37:21 -07:00
committed by GitHub
parent 98228c392e
commit 2dc50cff5b
4 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ default = [
assert_matches = { version = "1.3.0", optional = true }
bincode = "1.2.1"
bs58 = "0.3.0"
bv = { version = "0.11.0", features = ["serde"] }
bv = { version = "0.11.1", features = ["serde"] }
byteorder = { version = "1.3.4", optional = true }
chrono = { version = "0.4", optional = true }
generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"] }