Skip to content

Commit

Permalink
build(deps): bump csvs_convert from 0.8.14 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [csvs_convert](https://github.com/kindly/csvs_convert) from 0.8.14 to 0.9.0.
- [Changelog](https://github.com/kindly/csvs_convert/blob/main/changelog.md)
- [Commits](https://github.com/kindly/csvs_convert/commits)

---
updated-dependencies:
- dependency-name: csvs_convert
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent d5806a2 commit 0d57605
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 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 @@ -94,7 +94,7 @@ csv-core = "0.1"
csv-diff = "0.1.0"
csv-index = "0.1"
csvlens = { version = "0.10", optional = true }
csvs_convert = { version = "0.8.14", default-features = false, features = [
csvs_convert = { version = "0.9.0", default-features = false, features = [
"converters",
], optional = true }
data-encoding = { version = "2.6", optional = true }
Expand Down

0 comments on commit 0d57605

Please sign in to comment.