Skip to content

Commit

Permalink
Update Rust crate zstd to 0.13.0 (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored Oct 12, 2023
1 parent f3fc285 commit 13d7c54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 @@ -74,7 +74,7 @@ tokio = { version = "1.33.0", features = [
toml = "0.8.2"
toml_edit = { version = "0.20.2", features = ["serde"] }
twox-hash = { version = "1.6.3", default-features = false }
zstd = { version = "0.12.4", features = ["zstdmt"] }
zstd = { version = "0.13.0", features = ["zstdmt"] }

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

0 comments on commit 13d7c54

Please sign in to comment.