From d9f48ce2442b657d1e36564cc289dae544b7ed0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:20:45 +0000 Subject: [PATCH] Bump csv from 1.3.0 to 1.3.1 Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.3.0 to 1.3.1. - [Commits](https://github.com/BurntSushi/rust-csv/compare/1.3.0...1.3.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 5c1045c..77940ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,9 +168,9 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "csv" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" +checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" dependencies = [ "csv-core", "itoa", diff --git a/Cargo.toml b/Cargo.toml index faaa424..6fe156e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ lto = true [dependencies] clap = { version = "4.5.20", features = ["derive"] } -csv = "1.3.0" +csv = "1.3.1" log = "0.4.22" pretty_env_logger = "0.5.0" serde = "1.0.214"