Skip to content

Conversation

@dependabot-preview
Copy link

Bumps lzma-rs from 0.1.1 to 0.2.0.

Changelog

Sourced from lzma-rs's changelog.

0.2.0

  • Update minimum supported Rust version: 1.32.0 -> 1.40.0.
  • Update dependencies:
    • log: ^0.4.8 -> ^0.4.14
    • env_logger: 0.7.1 -> ^0.8.3
  • [Breaking change] Rename acronyms to be lowercase, following clippy::upper-case-acronyms.
  • [Breaking change] Add a memory limit option (gendx/lzma-rs#50).
  • Fix bug in LZMA2 decompression (gendx/lzma-rs#61).
  • Fix bug in CRC32 validation (gendx/lzma-rs#56).
  • Add a streaming mode for LZMA decompression, gated by the stream feature.
  • Add more fuzzing targets, including comparison with the xz2 crate.
  • Various improvements: benchmarks, fix lint warnings.
  • Migrate from Travis-CI to GitHub Actions.

0.1.3

  • Minimum supported Rust version: 1.32.0.
  • Update dependencies:
    • log: ^0.4.0 -> ^0.4.8
    • env_logger: 0.6.0 -> ^0.7.1
  • Gate logging behind an opt-in feature. This improves decoding performance by ~25% (gendx/lzma-rs#31).
  • Lazily allocate the circular buffer (gendx/lzma-rs#22). This improves memory usage (especially for WebAssembly targets) at the expense of a ~5% performance regression (gendx/lzma-rs#27).
  • Return an error instead of panicking on unsupported SHA-256 checksum for XZ decoding (gendx/lzma-rs#40).
  • Add Clippy to CI.
  • Document public APIs.
  • Deny missing docs, missing Debug implementations and build warnings.
  • Forbid unsafe code.
  • Remove extern statements that are unnecessary on the 2018 edition.

0.1.2

  • Fix bug in the range coder (gendx/lzma-rs#15).
  • Add support for specifying the unpacked size outside of the header (gendx/lzma-rs#17).
  • Migrate to Rust 2018 edition.
  • Add benchmarks.
  • Fix some Clippy warnings.
Commits
  • 76c6433 Update changelog and bump version to 0.2.0
  • c0d7014 Merge pull request #69 from gendx/remove-travis
  • 0c291ab Deny warnings on all workflows.
  • 0960638 Apply suggestion from clippy::unnecessary-wraps.
  • 6a62e3e Bump MSRV to Rust 1.40.0.
  • 24bf493 Fix warnings related to Rust 2021.
  • 2bed115 Apply suggestion from clippy::from-over-into.
  • e2934ea Bump MSRV to Rust 1.37.0.
  • 89564e0 Don't fail fast on workflows/tests.
  • b5407c0 Apply suggestion from clippy::from-over-into.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant