Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Bumped zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Feb 15, 2022
1 parent 2c4dbb2 commit fa0ca29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ hex = { version = "^0.4", optional = true }

# for IPC compression
lz4 = { version = "1.23.1", optional = true }
zstd = { version = "0.9", optional = true }
zstd = { version = "0.10", optional = true }

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

Expand Down

0 comments on commit fa0ca29

Please sign in to comment.