Bump byteorder from 1.2.7 to 1.3.0

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-01-21 15:27:37 +00:00
committed by Greg Fitzgerald
parent b748942d6a
commit 200d5e62c2
4 changed files with 21 additions and 21 deletions

View File

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