Auto merge of #9364 - servo:rm-libc, r=KiChjang

Bump indirect 'libc' dependency through 'malloc_buf'

https://github.com/servo/servo/issues/8608

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9364)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-18 11:54:19 +05:30
commit 754120684b

View file

@ -1064,7 +1064,7 @@ name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]