build(deps): bump csv from 1.1.3 to 1.1.4

Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/BurntSushi/rust-csv/releases)
- [Commits](https://github.com/BurntSushi/rust-csv/compare/1.1.3...1.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-03 17:06:47 +00:00 committed by Mike Welsh
parent d442af499a
commit 670f64fc31
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -768,9 +768,9 @@ dependencies = [
[[package]] [[package]]
name = "csv" name = "csv"
version = "1.1.3" version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279" checksum = "fc4666154fd004af3fd6f1da2e81a96fd5a81927fe8ddb6ecc79e2aa6e138b54"
dependencies = [ dependencies = [
"bstr", "bstr",
"csv-core", "csv-core",