From 25d409956eefaa209f5b9eead8addb793ce00184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Sep 2021 04:42:18 +0000 Subject: [PATCH] chore: bump csv from 1.1.3 to 1.1.6 Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.1.3 to 1.1.6. - [Release notes](https://github.com/BurntSushi/rust-csv/releases) - [Commits](https://github.com/BurntSushi/rust-csv/compare/1.1.3...1.1.6) --- updated-dependencies: - dependency-name: csv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ledger-tool/Cargo.toml | 2 +- tokens/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ed30e2c5e338c..7cfd4da8e88388 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -773,9 +773,9 @@ dependencies = [ [[package]] name = "csv" -version = "1.1.3" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279" +checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1" dependencies = [ "bstr", "csv-core", diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index b5221232a00bed..49ad04350a382e 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" bs58 = "0.3.1" bytecount = "0.6.0" clap = "2.33.1" -csv = "1.1.3" +csv = "1.1.6" futures = "0.3.8" futures-util = "0.3.5" histogram = "*" diff --git a/tokens/Cargo.toml b/tokens/Cargo.toml index 0f6cf3afbe8ad3..ff66eef72ba40b 100644 --- a/tokens/Cargo.toml +++ b/tokens/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" chrono = { version = "0.4", features = ["serde"] } clap = "2.33.0" console = "0.11.3" -csv = "1.1.3" +csv = "1.1.6" ctrlc = { version = "3.1.5", features = ["termination"] } dirs-next = "2.0.0" indexmap = "1.5.1"