Auto merge of #20486 - Eijebong:walkdir, r=nox

Bump walkdir

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20486)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-04-06 08:14:00 -04:00 committed by GitHub
commit ad4905cb90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 11 deletions

View file

@ -80,5 +80,5 @@ lazy_static = "1"
log = "0.4"
bindgen = { version = "0.33.2", optional = true, default-features = false }
regex = {version = "0.2", optional = true}
walkdir = "1.0"
walkdir = "2.1.4"
toml = {version = "0.4.5", optional = true, default-features = false}