From 0297e0e3e9200b4a05699e44427496795b84185f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 15:01:49 +0000 Subject: [PATCH] Update Rust crate csv to v1.4.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f961f6a87..3baf070369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1970,14 +1970,14 @@ dependencies = [ [[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 58ddca5eb8..1ed3f81b12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball" } crates_io_team_repo = { path = "crates/crates_io_team_repo" } crates_io_trustpub = { path = "crates/crates_io_trustpub" } crates_io_worker = { path = "crates/crates_io_worker" } -csv = "=1.3.1" +csv = "=1.4.0" chrono = { version = "=0.4.42", default-features = false, features = ["serde"] } clap = { version = "=4.5.49", features = ["derive", "env", "unicode", "wrap_help"] } cookie = { version = "=0.18.1", features = ["secure"] }