Auto merge of #45550 - kennytm:update-xsv, r=BurntSushi

cargotest: Update xsv.

This fixes a flaky test which caused spurious failures in #45348 and #45380.
This commit is contained in:
bors 2017-10-31 00:53:12 +00:00
commit f57c55d54d

View file

@ -54,7 +54,7 @@ const TEST_REPOS: &'static [Test] = &[
Test { Test {
name: "xsv", name: "xsv",
repo: "https://github.com/BurntSushi/xsv", repo: "https://github.com/BurntSushi/xsv",
sha: "4b308adbe48ac81657fd124b90b44f7c3263f771", sha: "66956b6bfd62d6ac767a6b6499c982eae20a2c9f",
lock: None, lock: None,
packages: &[], packages: &[],
}, },