Skip to content

Commit

Permalink
build(deps): bump csv-diff from 0.1.0-beta.4 to 0.1.0
Browse files Browse the repository at this point in the history
Bumps [csv-diff](https://gitlab.com/janriemer/csv-diff) from 0.1.0-beta.4 to 0.1.0.
- [Changelog](https://gitlab.com/janriemer/csv-diff/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/janriemer/csv-diff/compare/v0.1.0-beta.4...v0.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 9c65d16 commit 698bc49
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 @@ -83,7 +83,7 @@ console = { version = "0.15", optional = true }
cpc = { version = "1.9", optional = true }
crossbeam-channel = "0.5"
csv = "1.3"
csv-diff = "0.1.0-beta.4"
csv-diff = "0.1.0"
csv-index = "0.1"
csvs_convert = { version = "0.8", default-features = false, features = [
"converters",
Expand Down

0 comments on commit 698bc49

Please sign in to comment.