chore(deps): bump csv from 1.2.1 to 1.2.2 (#1699)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-04 21:49:27 +00:00 committed by GitHub
parent 5721c9e05d
commit 3db35bbca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1131,9 +1131,9 @@ dependencies = [
[[package]] [[package]]
name = "csv" name = "csv"
version = "1.2.1" version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
dependencies = [ dependencies = [
"csv-core", "csv-core",
"itoa", "itoa",

View file

@ -54,7 +54,7 @@ concread = "^0.4.1"
cron = "0.12.0" cron = "0.12.0"
crossbeam = "0.8.1" crossbeam = "0.8.1"
criterion = "^0.4.0" criterion = "^0.4.0"
csv = "1.2.1" csv = "1.2.2"
dialoguer = "0.10.4" dialoguer = "0.10.4"
dyn-clone = "^1.0.11" dyn-clone = "^1.0.11"
fernet = "^0.2.1" fernet = "^0.2.1"