Bump byteorder from 1.3.0 to 1.3.1

Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.3.0 to 1.3.1.
- [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.0...1.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-01-22 17:23:32 +00:00
committed by Greg Fitzgerald
parent 122a5b2f69
commit b1109b813e
4 changed files with 21 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ unstable = []
bincode = "1.0.0"
bs58 = "0.2.0"
bv = { version = "0.11.0", features = ["serde"] }
byteorder = "1.3.0"
byteorder = "1.3.1"
chrono = { version = "0.4.0", features = ["serde"] }
fnv = "1.0.6"
hashbrown = "0.1.8"