Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade zstd, zstd-safe, zstd-sys + remove zstd-legacy-mononoke
Summary: Update these crates since I want some new features, and remove zstd-legacy-mononoke since it's no longer needed. Notable changes for existing users of zstd_safe: * `ZSTD_getFrameContentSize` is now provided by [`zstd_safe::get_frame_content_size`](https://docs.rs/zstd-safe/7.0.0/zstd_safe/fn.get_frame_content_size.html) * `zstd_safe::get_frame_content_size` returns a `Result<Option<u64>>` instead of some special hardcoded numbers (logic is the same though) * `ZSTD_DStreamOutSize` is now provided by [`zstd_safe::DStream::out_size`](https://docs.rs/zstd-safe/7.0.0/zstd_safe/type.DStream.html#method.out_size) Reviewed By: markbt Differential Revision: D50394320 fbshipit-source-id: 3238ec179bef7bc6659506d97b870e0acdb5e86a
- Loading branch information