Skip to content

Commit

Permalink
Update dependencies (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Jul 8, 2024
1 parent e747ba7 commit 6c2e724
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 64 deletions.
95 changes: 34 additions & 61 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ hex = { version = "^0.4", optional = true }

# for IPC compression
lz4 = { version = "1.24", optional = true }
zstd = { version = "0.12", optional = true }
zstd = { version = "0.13", optional = true }

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

itertools = { version = "0.12", optional = true }
itertools = { version = "0.13", optional = true }

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

# to write to parquet as a stream
futures = { version = "0.3", optional = true }
Expand Down

0 comments on commit 6c2e724

Please sign in to comment.