Skip to content

Commit 8adae7e

Browse files
authored
chore: Upgrade zstd 0.12.3 to 0.13.3 (#11936)
## Summary - Upgrades `zstd` crate from 0.12.3 to 0.13.3 in `turborepo-cache`, picking up zstd 1.5.7 (from 1.5.2) which includes ~20% faster compression. - `zstd-safe` also drops its direct `libc` dependency in this range, slightly simplifying the dependency tree.
1 parent 990b89f commit 8adae7e

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

Cargo.lock

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

crates/turborepo-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ turbopath = { workspace = true }
4949
turborepo-analytics = { workspace = true }
5050
turborepo-api-client = { workspace = true }
5151
turborepo-auth = { workspace = true }
52-
zstd = "0.12.3"
52+
zstd = "0.13.3"

0 commit comments

Comments
 (0)