From c22e4013938c6d7809250f56f9ba75ffe4dbd830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:22:56 +0000 Subject: [PATCH] build(deps): 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 ++-- bitswap-discovery-probe/Cargo.toml | 2 +- ipfs-gateway-finder/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9899ea7..d0cf1ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,9 +639,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", diff --git a/bitswap-discovery-probe/Cargo.toml b/bitswap-discovery-probe/Cargo.toml index ab4b082..b2f8e06 100644 --- a/bitswap-discovery-probe/Cargo.toml +++ b/bitswap-discovery-probe/Cargo.toml @@ -24,4 +24,4 @@ cid = "0.11.0" waitgroup = "0.1.2" futures = "0.3.28" multiaddr = "0.17.1" -csv = "1.3.0" \ No newline at end of file +csv = "1.3.1" \ No newline at end of file diff --git a/ipfs-gateway-finder/Cargo.toml b/ipfs-gateway-finder/Cargo.toml index de7de74..02e2ee6 100644 --- a/ipfs-gateway-finder/Cargo.toml +++ b/ipfs-gateway-finder/Cargo.toml @@ -23,6 +23,6 @@ rand = "0.8.5" ipfs-api-backend-hyper = {version="0.6",features = ["with-hyper-rustls"],default-features = false} cid = "0.11.0" http = "0.2.9" -csv = "1.3.0" +csv = "1.3.1" clap = "2.33.3" multiaddr = "0.17.1" \ No newline at end of file