Bump libc from 0.2.44 to 0.2.45

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-12-11 16:55:21 +00:00
committed by Greg Fitzgerald
parent c57dedb034
commit 40d7f5eff8
4 changed files with 48 additions and 48 deletions

View File

@@ -14,7 +14,7 @@ bincode = "1.0.0"
byteorder = "1.2.1"
elf = "0.0.10"
env_logger = "0.6.0"
libc = "0.2.44"
libc = "0.2.45"
log = "0.4.2"
solana_rbpf = "=0.1.5"
serde = "1.0.82"

View File

@@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
bincode = "1.0.0"
libc = "0.2.44"
libc = "0.2.45"
libloading = "0.5.0"
log = "0.4.2"
solana-sdk = { path = "../../../sdk", version = "0.11.0" }