Bump libc from 0.2.48 to 0.2.49

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-22 20:52:21 +00:00
committed by Greg Fitzgerald
parent f5400ccefc
commit 6bca577d6d
4 changed files with 49 additions and 49 deletions

View File

@ -16,7 +16,7 @@ bpf_rust = []
bincode = "1.1.2"
byteorder = "1.3.1"
elf = "0.0.10"
libc = "0.2.48"
libc = "0.2.49"
log = "0.4.2"
solana_rbpf = "=0.1.9"
serde = "1.0.88"

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.2"
libc = "0.2.48"
libc = "0.2.49"
libloading = "0.5.0"
log = "0.4.2"
solana-sdk = { path = "../../../sdk", version = "0.12.0" }