From ecf460c65502184799a78c9e34c92724539b1447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 20:03:56 -0600 Subject: [PATCH] Bump csv from 1.2.1 to 1.2.2 (#31896) Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.2.1 to 1.2.2. - [Commits](https://github.com/BurntSushi/rust-csv/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c20a17f1f7..fde80984ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1285,9 +1285,9 @@ dependencies = [ [[package]] name = "csv" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad" +checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086" dependencies = [ "csv-core", "itoa", diff --git a/Cargo.toml b/Cargo.toml index e44ddc8c30..d7325e28c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,7 +165,7 @@ const_format = "0.2.31" core_affinity = "0.5.10" criterion-stats = "0.3.0" crossbeam-channel = "0.5.8" -csv = "1.2.1" +csv = "1.2.2" ctrlc = "3.4.0" curve25519-dalek = "3.2.1" dashmap = "4.0.2"