Bump csv from 1.1.6 to 1.2.1 in /crunchy-cli-core

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

---
updated-dependencies:
- dependency-name: csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-13 02:12:05 +00:00 committed by GitHub
parent a6bfe0be2e
commit e491080dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 34 deletions

View file

@ -10,7 +10,7 @@ async-trait = "0.1"
clap = { version = "4.0", features = ["derive", "string"] }
chrono = "0.4"
crunchyroll-rs = "0.2"
csv = "1.1"
csv = "1.2"
ctrlc = "3.2"
dirs = "4.0"
indicatif = "0.17"