diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-30 22:49:46 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-30 22:49:46 -0300 |
commit | 17e7402348195d24b7745d4dbea9f922b71f675c (patch) | |
tree | 3143cc450c85a2d10ca78668288b62bd6827fa6d /Cargo.lock | |
parent | c6c2b8cb2ed84be823df7ccae058fe27868aa0db (diff) | |
download | dotwm-17e7402348195d24b7745d4dbea9f922b71f675c.tar.gz |
Update dependencies
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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]] @@ -15,11 +15,6 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -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)", ] |