From 2644e92668f99147aa4bd255fc58c8072e66d3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:33:18 +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 39de5e4..0ae0fd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -333,9 +333,9 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[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 81ddfe8..d2e80dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ async_zip={version="0.0.17", features=["full"]} simple-error = "0.3.1" anyhow = "1.0.90" camino = "1.1.7" -csv = "1.3.0" +csv = "1.3.1" reqwest = { version = "0.12.8", features = ["json", "stream"] } tokio = { version = "1.41.0", features = ["full"] } tokio-util = "0.7.11"