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

@ -14,7 +14,7 @@ bpf_rust = []
[dependencies]
bincode = "1.0.0"
byteorder = "1.3.0"
byteorder = "1.3.1"
elf = "0.0.10"
libc = "0.2.47"
log = "0.4.2"