Bump libc from 0.2.51 to 0.2.53 (#4009)

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-04-27 14:04:23 -06:00
committed by Greg Fitzgerald
parent 64222cfff7
commit 4b599a95b3
2 changed files with 58 additions and 58 deletions

View File

@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.3"
byteorder = "1.3.1"
libc = "0.2.51"
libc = "0.2.53"
log = "0.4.2"
solana_rbpf = "=0.1.10"
serde = "1.0.90"