Bump csv from 1.1.5 to 1.1.6

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-05-01 02:19:30 +00:00 committed by David Peter
parent 52efc3ff5f
commit 525941da50
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -138,9 +138,9 @@ dependencies = [
[[package]]
name = "csv"
version = "1.1.5"
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9d58633299b24b515ac72a3f869f8b91306a3cec616a602843a383acd6f9e97"
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
dependencies = [
"bstr",
"csv-core",

View File

@ -17,7 +17,7 @@ indicatif = "0.15"
statistical = "1.0"
atty = "0.2"
cfg-if = "1.0"
csv = "1.1.5"
csv = "1.1.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust_decimal = "1.10"