Skip to content

Commit

Permalink
fix(deps): update rust crate zstd to 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jul 9, 2024
1 parent 498450c commit b62e0ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tokio = { version = "1.38.0", features = [
toml = "0.8.14"
toml_edit = { version = "0.22.15", features = ["serde"] }
xxhash-rust = { version = "0.8.11", features = ["xxh64"] }
zstd = { version = "0.13.1", features = ["zstdmt"] }
zstd = { version = "0.13.2", features = ["zstdmt"] }

###
### Update-related features, optionally enabled
Expand Down

0 comments on commit b62e0ac

Please sign in to comment.