Skip to content

Commit

Permalink
deps: bump csvlens from 0.11 to 0.12
Browse files Browse the repository at this point in the history
and remove our patched fork
  • Loading branch information
jqnatividad committed Feb 24, 2025
1 parent 52f697e commit b2fd985
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ csv = "1.3"
csv-core = "0.1"
csv-diff = "0.1"
csv-index = "0.1"
csvlens = { version = "0.11", optional = true, default-features = false, features = [
csvlens = { version = "0.12", optional = true, default-features = false, features = [
"clipboard",
] }
csvs_convert = { version = "0.9.0", default-features = false, features = [
Expand Down Expand Up @@ -309,9 +309,6 @@ cached = { git = "https://github.com/jaemk/cached", rev = "d0eabce" }
# now that our PR has been merged
calamine = { git = "https://github.com/tafia/calamine", rev = "5cda5c7" }

# use upstream of csvlens with unreleased fixes
csvlens = { git = "https://github.com/YS-L/csvlens", rev = "f1efb7a" }

# needed to get latest dependencies and unreleased fixes
grex = { git = "https://github.com/jqnatividad/grex", branch = "bumped-dependencies-202502" }

Expand Down

0 comments on commit b2fd985

Please sign in to comment.