Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate zstd to 0.13 #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 2022

This PR contains the following updates:

Package Type Update Change
zstd dependencies minor 0.9 -> 0.13

Release Notes

gyscos/zstd-rs (zstd)

v0.13.2

Compare Source

v0.13.1

Compare Source

v0.13.0

Compare Source

v0.12.4

Compare Source

v0.12.3

Compare Source

v0.12.2

Compare Source

v0.12.1

Compare Source

v0.12.0

Compare Source

v0.11.0

Breaking changes

  • Moves dictionary-training operations behind a zdict_builder default feature.
    Using a dictionary does not need this feature; only training/creating a new one does.
  • Disable exporting unrelated constants in zstd-sys.

Updates

Can now compile for wasm32-unknown-unknown target.

v0.10.1

Compare Source

v0.10.0

Breaking changes

  • Rename the block module to bulk. It was never really zstd' "block" API (which apparently might not even stay public forever), but just a way to compress data that fits entirely in-memory.
    • It was also refreshed to be on-par with the stream API regarding dictionaries and compression parameters.

Updates

  • Update zstd to 1.5.2
  • zstd_safe: Add {C,D}Ctx::try_clone to clone an existing context. Note that this only clones the compression parameters, not the current "stream context". As such, it should only be called before any data has been sent.
  • Documentation: add doc-cfg tags to indicate the features required for each type/function.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate zstd to 0.10 fix(deps): update rust crate zstd to 0.11 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/zstd-0.x branch from 27510ff to d1d0cea Compare March 26, 2022 13:35
@renovate renovate bot force-pushed the renovate/zstd-0.x branch from d1d0cea to 6628896 Compare March 18, 2023 21:58
@renovate renovate bot changed the title fix(deps): update rust crate zstd to 0.11 fix(deps): update rust crate zstd to 0.12 Mar 18, 2023
@renovate renovate bot changed the title fix(deps): update rust crate zstd to 0.12 fix(deps): update rust crate zstd to 0.13 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/zstd-0.x branch from 6628896 to ad899bf Compare October 11, 2023 19:11
@renovate renovate bot force-pushed the renovate/zstd-0.x branch from ad899bf to dbd4531 Compare May 3, 2024 11:52
@renovate renovate bot changed the title fix(deps): update rust crate zstd to 0.13 fix(deps): update rust crate zstd to 0.13.1 May 3, 2024
@renovate renovate bot force-pushed the renovate/zstd-0.x branch from dbd4531 to e00ab59 Compare May 5, 2024 10:23
@renovate renovate bot changed the title fix(deps): update rust crate zstd to 0.13.1 fix(deps): update rust crate zstd to 0.13 May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants