From e2f7072cec6f3dbec04647f6e0557017f188662b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:44:17 +0000 Subject: [PATCH] chore: 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 ++-- libfatigue/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dbecc6..9875a8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -356,9 +356,9 @@ dependencies = [ [[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 1.0.6", diff --git a/libfatigue/Cargo.toml b/libfatigue/Cargo.toml index c416359..a63a586 100644 --- a/libfatigue/Cargo.toml +++ b/libfatigue/Cargo.toml @@ -12,7 +12,7 @@ license = "Apache-2.0" [dependencies] async-trait = "0.1.83" -csv = "1.3.0" +csv = "1.3.1" dashmap = "5.2.0" futures = "0.3.31" hdrhistogram = "7.5.4"