updated cargo.lock

This commit is contained in:
Aaronepower 2016-05-13 22:25:19 +01:00
parent cccc460c8e
commit a4ae97f6b2

6
Cargo.lock generated
View File

@ -1,9 +1,9 @@
[root]
name = "tokei"
version = "1.6.0"
version = "2.0.0"
dependencies = [
"clap 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"glob 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"maplit 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"walkdir 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -43,7 +43,7 @@ dependencies = [
[[package]]
name = "glob"
version = "0.2.10"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]