Skip to content

Commit

Permalink
Version bump for toml, unicode-segmentation, itertools, and walkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Dec 23, 2016
1 parent e67ffcf commit 836682e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
33 changes: 21 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -15,9 +15,9 @@ default = ["cargo-fmt"]
cargo-fmt = []

[dependencies]
toml = "0.1"
toml = "0.2.1"
rustc-serialize = "0.3"
unicode-segmentation = "0.1"
unicode-segmentation = "1.0.0"
regex = "0.1"
term = "0.4"
strings = "0.0.1"
Expand All @@ -27,11 +27,11 @@ syntex_errors = "0.52"
log = "0.3"
env_logger = "0.3"
getopts = "0.2"
itertools = "0.4.15"
itertools = "0.5.8"
multimap = "0.3"

[build-dependencies]
walkdir = "0.1.5"
walkdir = "1.0.3"

[target.'cfg(unix)'.dependencies]
libc = "0.2.11"
Expand Down

0 comments on commit 836682e

Please sign in to comment.