Skip to content

Commit

Permalink
Bump csv from 1.3.0 to 1.3.1
Browse files Browse the repository at this point in the history
Bumps [csv](https://github.com/BurntSushi/rust-csv) from 1.3.0 to 1.3.1.
- [Commits](BurntSushi/rust-csv@1.3.0...1.3.1)

---
updated-dependencies:
- dependency-name: csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 1780f40 commit f9e3c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 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.3.0"
csv = "1.3.1"
env_logger = "0.10.2"
flate2 = "1.0.34"
indicatif = "0.17.8"
Expand Down

0 comments on commit f9e3c5e

Please sign in to comment.