From 17e7402348195d24b7745d4dbea9f922b71f675c Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Mon, 30 Nov 2015 22:49:46 -0300 Subject: Update dependencies --- Cargo.lock | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 7b7fe67..dc6741a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "nom 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "unix_socket 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "x11 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -13,11 +13,6 @@ name = "cfg-if" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "libc" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "libc" version = "0.2.2" @@ -44,10 +39,10 @@ dependencies = [ [[package]] name = "x11" -version = "2.2.1" +version = "2.3.0" 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)", "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", ] -- cgit v1.2.3-54-g00ecf