Skip to content

Commit

Permalink
Update dependencies (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Jan 15, 2024
1 parent 19e5455 commit 02ff918
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
37 changes: 23 additions & 14 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ json-deserializer = { version = "0.4.4", optional = true, features = [
indexmap = { version = "^1.6", optional = true }

# used to print columns in a nice columnar format
comfy-table = { version = "6.0", optional = true, default-features = false }
comfy-table = { version = "7.0", optional = true, default-features = false }

arrow-format = { version = "0.8", optional = true, features = ["ipc"] }

Expand All @@ -74,7 +74,7 @@ zstd = { version = "0.12", optional = true }

rand = { version = "0.8", optional = true }

itertools = { version = "^0.10", optional = true }
itertools = { version = "0.12", optional = true }

base64 = { version = "0.21.0", optional = true }

Expand Down

0 comments on commit 02ff918

Please sign in to comment.