Bump libc from 0.2.45 to 0.2.46

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-01-03 15:33:33 +00:00
committed by Greg Fitzgerald
parent 8c5614daa1
commit c4259fc8cc
4 changed files with 47 additions and 47 deletions

View File

@ -16,7 +16,7 @@ bpf_rust = []
bincode = "1.0.0"
byteorder = "1.2.1"
elf = "0.0.10"
libc = "0.2.45"
libc = "0.2.46"
log = "0.4.2"
solana_rbpf = "=0.1.6"
serde = "1.0.84"

View File

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