From 8033c6febf462f9320a983ef9bca2a2449b48520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:46:00 +0000 Subject: [PATCH] Bump csv from 1.3.1 to 1.4.0 Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.3.1 to 1.4.0. - [Commits](https://github.com/BurntSushi/rust-csv/compare/1.3.1...1.4.0) --- updated-dependencies: - dependency-name: csv dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a924b55e9..47a54b0ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,14 +308,14 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "csv" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acdc4883a9c96732e4733212c01447ebd805833b7275a73ca3ee080fd77afdaf" +checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" dependencies = [ "csv-core", "itoa", "ryu", - "serde", + "serde_core", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0fc804cf2..c176b43b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["science", "simulation", "command-line-utilities"] [dependencies] anyhow = "1.0.100" -csv = "1.3.0" +csv = "1.4.0" log = "0.4.28" float-cmp = "0.10.0" itertools = "0.14.0"