From 74d75c40f975ad7fca76814cd6b53add17fe1b12 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 18 Jan 2016 00:03:04 -0500 Subject: [PATCH] Bump indirect 'libc' dependency through 'malloc_buf' https://github.com/servo/servo/issues/8608 --- components/servo/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 6f0c60c77ff..952350c6971 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -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]]