Bump diff to 0.1.8. Fixes #606.
This commit is contained in:
parent
c0b7de7c52
commit
6a12818c23
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2,7 +2,7 @@
|
|||
name = "rustfmt"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"diff 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"diff 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -30,7 +30,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "diff"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -20,7 +20,7 @@ unicode-segmentation = "0.1.2"
|
|||
regex = "0.1.41"
|
||||
term = "0.2.11"
|
||||
strings = "0.0.1"
|
||||
diff = "0.1.7"
|
||||
diff = "0.1.8"
|
||||
syntex_syntax = "0.23.0"
|
||||
log = "0.3.2"
|
||||
env_logger = "0.3.1"
|
||||
|
|
Loading…
Reference in a new issue