Bump byteorder from 1.3.2 to 1.3.4 (#8159)

Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.3.2 to 1.3.4.
- [Release notes](https://github.com/BurntSushi/byteorder/releases)
- [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/byteorder/compare/1.3.2...1.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
Greg Fitzgerald
2020-03-05 17:07:18 -07:00
committed by GitHub
parent 8df4d8b905
commit 2242b1b4a5
7 changed files with 44 additions and 44 deletions

View File

@@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.2.1"
bv = { version = "0.11.0", features = ["serde"] }
byteorder = "1.3.2"
byteorder = "1.3.4"
fnv = "1.0.6"
fs_extra = "1.1.0"
itertools = "0.8.2"