Merge pull request #181 from crate-ci/dependabot/cargo/csv-1.1.5

chore(deps): bump csv from 1.1.4 to 1.1.5
This commit is contained in:
Ed Page 2020-12-01 08:24:40 -06:00 committed by GitHub
commit b030a1049a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"

View file

@ -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"