From 81fb0ceea9e40204e56d8b06c0b697d89b0c640e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:57:51 +0000 Subject: [PATCH] Bump csv from 1.2.1 to 1.2.2 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] --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b618a12..47f3eac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -868,9 +868,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/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index d859fcd..699b144 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -42,7 +42,7 @@ futures = "0.3.27" tokio-stream = "0.1.14" once_cell = "1.17.1" dashmap = { version = "5.4.0", features = ["serde"] } -csv = "1.2.1" +csv = "1.2.2" humantime = "2.1.0" humantime-serde = "1.1.1" secrecy = { version = "0.8.0", features = ["serde"] }