|
|
@@ -4,13 +4,13 @@ version = "0.2.0"
|
|
|
dependencies = [
|
|
|
"ansi_term 0.5.0 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "datetime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"getopts 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"git2 0.2.5 (git+https://github.com/alexcrichton/git2-rs.git)",
|
|
|
- "locale 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "locale 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"natord 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "pad 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pad 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"users 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
@@ -26,11 +26,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "datetime"
|
|
|
-version = "0.1.4"
|
|
|
+version = "0.1.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "locale 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "pad 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "locale 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pad 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"regex 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"regex_macros 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
@@ -105,7 +105,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "locale"
|
|
|
-version = "0.1.4"
|
|
|
+version = "0.1.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
@@ -141,7 +141,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "pad"
|
|
|
-version = "0.1.2"
|
|
|
+version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|