Bump byteorder from 1.3.1 to 1.3.2 (#4641)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-06-11 11:21:26 -07:00
committed by Greg Fitzgerald
parent e56430c9fb
commit 1d957b6b80
8 changed files with 30 additions and 30 deletions

View File

@ -19,7 +19,7 @@ walkdir = "2"
[dependencies]
bincode = "1.1.4"
byteorder = "1.3.1"
byteorder = "1.3.2"
elf = "0.0.10"
solana-bpfloader = { path = "../bpf_loader", version = "0.16.0" }
solana-logger = { path = "../../logger", version = "0.16.0" }

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.4"
byteorder = "1.3.1"
byteorder = "1.3.2"
libc = "0.2.58"
log = "0.4.2"
serde = "1.0.92"