Skip to content

Commit

Permalink
Upgrade zstd to 0.13.2 as current version is quite old (solana-labs#2730
Browse files Browse the repository at this point in the history
)

Upgrade zstd to 0.13 as current version is quite old

It also uses the newer version of zstd library (1.5.6 vs 1.5.2)
  • Loading branch information
ksolana authored Aug 27, 2024
1 parent eff8961 commit b9623a0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
15 changes: 7 additions & 8 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 @@ -500,7 +500,7 @@ winreg = "0.50"
x509-parser = "0.14.0"
# See "zeroize versioning issues" below if you are updating this version.
zeroize = { version = "1.3", default-features = false }
zstd = "0.11.2"
zstd = "0.13.2"

[patch.crates-io]
# for details, see https://github.com/anza-xyz/crossbeam/commit/fd279d707025f0e60951e429bf778b4813d1b6bf
Expand Down
15 changes: 7 additions & 8 deletions programs/sbf/Cargo.lock

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

0 comments on commit b9623a0

Please sign in to comment.