Bump some of our dependencies (#1809)

This commit is contained in:
Jonathan Turner
2020-05-16 15:34:10 -07:00
committed by GitHub
parent 48d06f40b1
commit 0abc94f0c6
15 changed files with 184 additions and 56 deletions

View File

@ -42,6 +42,6 @@ fn writes_out_csv() {
);
let actual = file_contents(expected_file);
assert!(actual.contains("[Table],a new type of shell,2018,ISC,nu,0.1.1"));
assert!(actual.contains("nu,0.1.1,[Table],a new type of shell,ISC,2018"));
})
}