summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen S <ogham@bsago.me>2015-02-04 01:34:21 +0000
committerBen S <ogham@bsago.me>2015-02-04 01:34:21 +0000
commit815ec8a4ab5b12ea7f9cc4f2a2925fdee81d95cf (patch)
treed721dc2ca877cdfb090094f5e4e7a79df9071a3c
parent1bced1423bf46acb2d7842e07d95c6b695f44cb3 (diff)
Update to most recent versions of libraries
-rw-r--r--Cargo.lock60
-rw-r--r--Cargo.toml12
2 files changed, 44 insertions, 28 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9f7ff28..0b9cbf6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2,21 +2,21 @@
name = "exa"
version = "0.1.0"
dependencies = [
- "ansi_term 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "getopts 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "ansi_term 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "getopts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"git2 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"natord 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "number_prefix 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "users 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "users 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ansi_term"
-version = "0.4.3"
+version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "regex 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "regex_macros 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -26,8 +26,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "getopts"
-version = "0.2.0"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "log 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+]
[[package]]
name = "git2"
@@ -35,18 +38,23 @@ version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libgit2-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libgit2-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
"url 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
+name = "libc"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
name = "libgit2-sys"
-version = "0.1.10"
+version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libssh2-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libssh2-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
"libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "openssl-sys 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
+ "openssl-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -60,11 +68,11 @@ dependencies = [
[[package]]
name = "libssh2-sys"
-version = "0.1.4"
+version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "openssl-sys 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
+ "openssl-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -77,6 +85,11 @@ dependencies = [
]
[[package]]
+name = "log"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+
+[[package]]
name = "matches"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -88,12 +101,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "number_prefix"
-version = "0.2.2"
+version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "openssl-sys"
-version = "0.2.18"
+version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -112,20 +125,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "regex"
-version = "0.1.11"
+version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "regex_macros"
-version = "0.1.6"
+version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "regex 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
+ "regex 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rustc-serialize"
-version = "0.2.10"
+version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -134,11 +147,14 @@ version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustc-serialize 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "users"
-version = "0.2.2"
+version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "libc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
+]
diff --git a/Cargo.toml b/Cargo.toml
index c5ed498..59b8477 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,16 +7,16 @@ authors = [ "ogham@bsago.me" ]
name = "exa"
[dependencies]
-ansi_term = "0.4.2"
-getopts = "0.2.0"
-natord = "1.0.6"
-number_prefix = "0.2.1"
-users = "0.2.1"
+ansi_term = "0.4.4"
+getopts = "0.2.1"
+natord = "1.0.7"
+number_prefix = "0.2.3"
+users = "0.2.3"
[features]
default = [ "git" ]
git = [ "git2" ]
[dependencies.git2]
-version = "0.1.12"
+version = "0.1.13"
optional = true \ No newline at end of file