Skip to content

Commit

Permalink
chore(deps): bump csv from 1.1.4 to 1.1.5
Browse files Browse the repository at this point in the history
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](BurntSushi/rust-csv@1.1.4...1.1.5)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Dec 1, 2020
1 parent 373ef92 commit 5640d23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/typos-dict/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/typos-dict/verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5640d23

Please sign in to comment.