Skip to content

Commit b62e0ac

Browse files
committed
fix(deps): update rust crate zstd to 0.13.2
1 parent 498450c commit b62e0ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nextest-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tokio = { version = "1.38.0", features = [
7979
toml = "0.8.14"
8080
toml_edit = { version = "0.22.15", features = ["serde"] }
8181
xxhash-rust = { version = "0.8.11", features = ["xxh64"] }
82-
zstd = { version = "0.13.1", features = ["zstdmt"] }
82+
zstd = { version = "0.13.2", features = ["zstdmt"] }
8383

8484
###
8585
### Update-related features, optionally enabled

0 commit comments

Comments
 (0)