Skip to content

Commit 836682e

Browse files
committed
Version bump for toml, unicode-segmentation, itertools, and walkdir
1 parent e67ffcf commit 836682e

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

Cargo.lock

Lines changed: 21 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ default = ["cargo-fmt"]
1515
cargo-fmt = []
1616

1717
[dependencies]
18-
toml = "0.1"
18+
toml = "0.2.1"
1919
rustc-serialize = "0.3"
20-
unicode-segmentation = "0.1"
20+
unicode-segmentation = "1.0.0"
2121
regex = "0.1"
2222
term = "0.4"
2323
strings = "0.0.1"
@@ -27,11 +27,11 @@ syntex_errors = "0.52"
2727
log = "0.3"
2828
env_logger = "0.3"
2929
getopts = "0.2"
30-
itertools = "0.4.15"
30+
itertools = "0.5.8"
3131
multimap = "0.3"
3232

3333
[build-dependencies]
34-
walkdir = "0.1.5"
34+
walkdir = "1.0.3"
3535

3636
[target.'cfg(unix)'.dependencies]
3737
libc = "0.2.11"

0 commit comments

Comments
 (0)