Bump bv from 0.11.0 to 0.11.1 (bp #8952) (#8955)

automerge
This commit is contained in:
mergify[bot]
2020-03-18 22:33:05 -07:00
committed by GitHub
parent 8eaa8d8788
commit a5938e5a21
4 changed files with 8 additions and 9 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.2", optional = true }
chrono = { version = "0.4", optional = true }
generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"] }