Skip to content

Commit a829b21

Browse files
chore(deps): bump liblzma from 0.4.5 to 0.4.6 (#20409)
Bumps [liblzma](https://github.com/portable-network-archive/liblzma-rs) from 0.4.5 to 0.4.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/portable-network-archive/liblzma-rs/releases">liblzma's releases</a>.</em></p> <blockquote> <h2>liblzma-0.4.6</h2> <h2>What's Changed</h2> <ul> <li>:sparkles: expose and document extreme preset support by <a href="https://github.com/ChanTsune"><code>@​ChanTsune</code></a> in <a href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/203">Portable-Network-Archive/liblzma-rs#203</a></li> <li>:bookmark: Bump liblzma version to 0.4.6 by <a href="https://github.com/ChanTsune"><code>@​ChanTsune</code></a> in <a href="https://redirect.github.com/Portable-Network-Archive/liblzma-rs/pull/205">Portable-Network-Archive/liblzma-rs#205</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-sys-0.4.5...liblzma-0.4.6">https://github.com/Portable-Network-Archive/liblzma-rs/compare/liblzma-sys-0.4.5...liblzma-0.4.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/8f8d7a349bc513e9cdeeb3d9073d54f544549846"><code>8f8d7a3</code></a> :bookmark: Bump liblzma version to 0.4.6</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/0c244de2cd1a81a9d60a07de7dbd628ea734bae1"><code>0c244de</code></a> :sparkles: expose and document extreme preset support</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/6ab07a0f79bf1593cc91dfc51a5de855a6f21afc"><code>6ab07a0</code></a> :arrow_up: Bump libc in msrv lockfile</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/ece95abf853ed9594557c41efefab9abf8c8f56b"><code>ece95ab</code></a> :construction_worker: Use msrv lockfile in wasm workflow</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/7d0de0a1eea629043e1acf7246ef24df631d0443"><code>7d0de0a</code></a> :arrow_up: Bump peter-evans/create-pull-request from 6 to 8</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/d75448814875ce7445597198118f95a1393b23c2"><code>d754488</code></a> :construction_worker: xz version bump automation</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/36d7b596ea8899d02153a472d00366b025ab39fc"><code>36d7b59</code></a> :bookmark: Bump liblzma-sys version to 0.4.5</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/2ec405a3ce5a2a9e8e2d56f2a89896f15cc84354"><code>2ec405a</code></a> Revert &quot;:construction_worker: Pin nightly rust version on wasm CI&quot;</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/11fbc926c455939ee49f4429bd919114a5ca20d9"><code>11fbc92</code></a> :alien: Regenerate bindgen for xz 5.8.2</li> <li><a href="https://github.com/Portable-Network-Archive/liblzma-rs/commit/ee402b1c36a02f90f721dcd97996c86419f351ad"><code>ee402b1</code></a> :arrow_up: Bump xz version to 5.8.2</li> <li>Additional commits viewable in <a href="https://github.com/portable-network-archive/liblzma-rs/compare/liblzma-0.4.5...liblzma-0.4.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=liblzma&package-manager=cargo&previous-version=0.4.5&new-version=0.4.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f0408c commit a829b21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ hex = { version = "0.4.3" }
161161
indexmap = "2.13.0"
162162
insta = { version = "1.46.3", features = ["glob", "filters"] }
163163
itertools = "0.14"
164-
liblzma = { version = "0.4.4", features = ["static"] }
164+
liblzma = { version = "0.4.6", features = ["static"] }
165165
log = "^0.4"
166166
memchr = "2.8.0"
167167
num-traits = { version = "0.2" }

0 commit comments

Comments
 (0)