Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 3 additions & 46 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ plist = "1"

# Compression β€” zstd is the wire format (level 9–11 typical); zip writes archives with Z_STANDARD entries
zstd = { version = "0.13", features = ["zstdmt"] }
zip = { version = "2", default-features = false, features = ["zstd", "deflate"] }
zip = { version = "7", default-features = false, features = ["zstd", "deflate"] }

# gzip β€” `.xcactivitylog` build logs are gzip of an SLF0 token stream. Already
# in the dependency tree via `zip`/`reqwest`, so this direct dep adds no new
Expand Down
Loading