Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump lzma-rs from 0.1.1 to 0.2.0 in /gwasm/compression#11

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot-preview wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/cargo/gwasm/compression/lzma-rs-0.2.0

Conversation

dependabot-preview[bot]
Copy link

Bumpslzma-rs from 0.1.1 to 0.2.0.

Changelog

Sourced fromlzma-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 thestream feature.
  • Add more fuzzing targets, including comparison with thexz2 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 expenseof a ~5% performance regression (gendx/lzma-rs#27).
  • Return an error instead of panicking on unsupported SHA-256 checksum for XZdecoding (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 incompare 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 Dependabotdashboard:

  • 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)

Bumps [lzma-rs](https://github.com/gendx/lzma-rs) from 0.1.1 to 0.2.0.- [Release notes](https://github.com/gendx/lzma-rs/releases)- [Changelog](https://github.com/gendx/lzma-rs/blob/master/CHANGELOG.md)- [Commits](gendx/lzma-rs@v0.1.1...v0.2.0)Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-previewdependabot-previewbot added the dependenciesPull requests that update a dependency file labelMay 3, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp