mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
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:
commit
b030a1049a
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue