|
@@ -2,14 +2,14 @@
|
|
|
name = "exa"
|
|
name = "exa"
|
|
|
version = "0.2.0"
|
|
version = "0.2.0"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "ansi_term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "ansi_term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"datetime 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"datetime 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"getopts 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"git2 0.2.9 (git+https://github.com/alexcrichton/git2-rs.git)",
|
|
"git2 0.2.9 (git+https://github.com/alexcrichton/git2-rs.git)",
|
|
|
"locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"natord 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"natord 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "num_cpus 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"number_prefix 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"number_prefix 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicode-width 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-width 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -18,7 +18,7 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "ansi_term"
|
|
name = "ansi_term"
|
|
|
-version = "0.5.1"
|
|
|
|
|
|
|
+version = "0.5.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -57,14 +57,14 @@ version = "0.2.9"
|
|
|
source = "git+https://github.com/alexcrichton/git2-rs.git#3a5f0b5698c5203fa48e33094158990a2c53c979"
|
|
source = "git+https://github.com/alexcrichton/git2-rs.git#3a5f0b5698c5203fa48e33094158990a2c53c979"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libgit2-sys 0.2.12 (git+https://github.com/alexcrichton/git2-rs.git)",
|
|
"libgit2-sys 0.2.12 (git+https://github.com/alexcrichton/git2-rs.git)",
|
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "libc"
|
|
name = "libc"
|
|
|
-version = "0.1.6"
|
|
|
|
|
|
|
+version = "0.1.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -72,7 +72,7 @@ name = "libgit2-sys"
|
|
|
version = "0.2.12"
|
|
version = "0.2.12"
|
|
|
source = "git+https://github.com/alexcrichton/git2-rs.git#3a5f0b5698c5203fa48e33094158990a2c53c979"
|
|
source = "git+https://github.com/alexcrichton/git2-rs.git#3a5f0b5698c5203fa48e33094158990a2c53c979"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libssh2-sys 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libssh2-sys 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libz-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libz-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -92,7 +92,7 @@ name = "libssh2-sys"
|
|
|
version = "0.1.22"
|
|
version = "0.1.22"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libz-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libz-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -103,7 +103,7 @@ name = "libz-sys"
|
|
|
version = "0.1.3"
|
|
version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
@@ -112,7 +112,7 @@ name = "locale"
|
|
|
version = "0.1.8"
|
|
version = "0.1.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
@@ -121,7 +121,7 @@ name = "log"
|
|
|
version = "0.3.1"
|
|
version = "0.3.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -145,10 +145,10 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "num_cpus"
|
|
name = "num_cpus"
|
|
|
-version = "0.2.4"
|
|
|
|
|
|
|
+version = "0.2.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -165,7 +165,7 @@ version = "0.6.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libressl-pnacl-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libressl-pnacl-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
]
|
|
@@ -196,7 +196,7 @@ name = "rand"
|
|
|
version = "0.3.8"
|
|
version = "0.3.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -244,6 +244,6 @@ name = "users"
|
|
|
version = "0.4.1"
|
|
version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
|
|
+ "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
]
|
|
|
|
|
|