From 5640d23b95922b6795c63294031cbb1d4269acc3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 08:19:21 +0000 Subject: [PATCH] chore(deps): bump csv from 1.1.4 to 1.1.5 Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/BurntSushi/rust-csv/releases) - [Commits](https://github.com/BurntSushi/rust-csv/compare/1.1.4...1.1.5) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- crates/typos-dict/codegen/Cargo.toml | 2 +- crates/typos-dict/verify/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63b6890..fac9107 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,9 +235,9 @@ dependencies = [ [[package]] name = "csv" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc4666154fd004af3fd6f1da2e81a96fd5a81927fe8ddb6ecc79e2aa6e138b54" +checksum = "f9d58633299b24b515ac72a3f869f8b91306a3cec616a602843a383acd6f9e97" dependencies = [ "bstr", "csv-core", diff --git a/crates/typos-dict/codegen/Cargo.toml b/crates/typos-dict/codegen/Cargo.toml index 2d36aa2..f7df1e2 100644 --- a/crates/typos-dict/codegen/Cargo.toml +++ b/crates/typos-dict/codegen/Cargo.toml @@ -17,7 +17,7 @@ codecov = { repository = "crate-ci/typos" } [dependencies] phf = { version = "0.8", features = ["unicase"] } phf_codegen = "0.8" -csv = "1.0" +csv = "1.1" unicase = "2.5" codegenrs = "0.1" structopt = "0.3" diff --git a/crates/typos-dict/verify/Cargo.toml b/crates/typos-dict/verify/Cargo.toml index 4e83917..d13f2c9 100644 --- a/crates/typos-dict/verify/Cargo.toml +++ b/crates/typos-dict/verify/Cargo.toml @@ -15,7 +15,7 @@ azure-devops = { project = "crate-ci", pipeline = "typos" } codecov = { repository = "crate-ci/typos" } [dependencies] -csv = "1.0" +csv = "1.1" unicase = "2.5" codegenrs = "0.1" structopt = "0.3"