Skip to content

Commit

Permalink
Merge pull request #216 from sd2k/dependabot/cargo/csv-1.3.0
Browse files Browse the repository at this point in the history
Bump csv from 1.2.2 to 1.3.0
  • Loading branch information
sd2k committed Oct 4, 2023
2 parents b935441 + a8b54e0 commit 63cc702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"

[dependencies]
clap = { version = "3.1.15", features = ["derive", "yaml"] }
csv = "1.2.2"
csv = "1.3.0"
env_logger = "0.10.0"
flate2 = "1.0.27"
indicatif = "0.17.7"
Expand Down

0 comments on commit 63cc702

Please sign in to comment.