From 53efe3d78bab42a081c9bae2aadd122f6a0de481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 06:57:58 +0000 Subject: [PATCH] Bump csv from 1.2.0 to 1.2.1 Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/BurntSushi/rust-csv/releases) - [Commits](https://github.com/BurntSushi/rust-csv/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 230dff7..1939b03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,9 +466,9 @@ dependencies = [ [[package]] name = "csv" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af91f40b7355f82b0a891f50e70399475945bb0b0da4f1700ce60761c9d3e359" +checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" dependencies = [ "csv-core", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 7c7d3af..e8380cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ oracle = { version = "0.5.6", features = ["chrono"], optional = true } serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" regex = "1" -csv = "1.1" +csv = "1.2" simple_excel_writer = "0.2" byteorder = "1.4"