aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2015-11-30 22:49:46 -0300
committerMatias Linares <matiaslina@openmailbox.org>2015-11-30 22:49:46 -0300
commit17e7402348195d24b7745d4dbea9f922b71f675c (patch)
tree3143cc450c85a2d10ca78668288b62bd6827fa6d
parentc6c2b8cb2ed84be823df7ccae058fe27868aa0db (diff)
downloaddotwm-17e7402348195d24b7745d4dbea9f922b71f675c.tar.gz
Update dependencies
-rw-r--r--Cargo.lock11
1 files changed, 3 insertions, 8 deletions
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]]
@@ -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)",
]