Bump libc from 0.2.49 to 0.2.50

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.49 to 0.2.50.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.49...0.2.50)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-03-05 11:23:16 +00:00
committed by Greg Fitzgerald
parent 6ab6e6cb9b
commit e4be57c3b6
3 changed files with 49 additions and 49 deletions

View File

@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.2"
byteorder = "1.3.1"
libc = "0.2.49"
libc = "0.2.50"
log = "0.4.2"
solana_rbpf = "=0.1.10"
serde = "1.0.89"