Skip to content

Commit

Permalink
Merge pull request #61 from jjfiv/dependabot/cargo/zstd-0.13.0
Browse files Browse the repository at this point in the history
Update zstd requirement from 0.12.3 to 0.13.0
  • Loading branch information
jjfiv committed Oct 12, 2023
2 parents e6b2218 + 59a93a2 commit d6a5ed5
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 @@ -19,7 +19,7 @@ libc = "0.2.140"
oorandom = "=11.1.0"
bzip2 = "0.4.4"
flate2 = "1.0.25"
zstd = "0.12.3"
zstd = "0.13.0"
rayon = "1.7.0"
serde = { version = "1.0.158", features = ["rc"] }
serde_json = "1.0.94"
Expand Down

0 comments on commit d6a5ed5

Please sign in to comment.