You've already forked KernelSU
mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
Bumps [zip](https://github.com/zip-rs/zip2) from 1.1.3 to 1.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zip-rs/zip2/releases">zip's releases</a>.</em></p> <blockquote> <h2>v1.1.4</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Rare bug where find_and_parse would give up prematurely on detecting a false end-of-CDR header</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md">zip's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/zip-rs/zip2/compare/v1.1.3...v1.1.4">1.1.4</a> - 2024-05-04</h2> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Build was failing with bzip2 enabled</li> <li>use is_dir in more places where Windows paths might be handled incorrectly</li> </ul> <h3><!-- raw HTML omitted -->⚡ Performance</h3> <ul> <li>Quick filter for paths that contain "/../" or "/./" or start with "./" or "../"</li> <li>Fast handling for separator-free paths</li> <li>Speed up logic if main separator isn't '/'</li> <li>Drop <code>normalized_components</code> slightly sooner when not using it</li> <li>Speed up <code>path_to_string</code> in cases where the path is already in the proper format</li> </ul> <h3><!-- raw HTML omitted -->⚙️ Miscellaneous Tasks</h3> <ul> <li>Refactor: can short-circuit handling of paths that start with MAIN_SEPARATOR, no matter what MAIN_SEPARATOR is</li> <li>Bug fix: non-canonical path detection when MAIN_SEPARATOR is not slash or occurs twice in a row</li> <li>Bug fix: must recreate if . or .. is a path element</li> <li>Bug fix</li> </ul> <h3><!-- raw HTML omitted -->◀️ Revert</h3> <ul> <li><a href="https://redirect.github.com/zip-rs/zip2/pull/58">#58</a> (partial): <code>bzip2-rs</code> can't replace <code>bzip2</code> because it's decompress-only</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a9482ea8ca"><code>a9482ea</code></a> Bump version to trigger new release PR</li> <li><a href="52af9ffd23"><code>52af9ff</code></a> Merge pull request <a href="https://redirect.github.com/zip-rs/zip2/issues/96">#96</a> from zip-rs/oldpr452</li> <li><a href="3ccaa3cc85"><code>3ccaa3c</code></a> style: cargo fmt --all & <code>#![allow(dead_code)]</code></li> <li><a href="de95acc543"><code>de95acc</code></a> style: allow conditionally-unused variables in write_dir.rs</li> <li><a href="c4906cfd59"><code>c4906cf</code></a> Merge remote-tracking branch 'allilo/add_compression_algo_arg' into oldpr452</li> <li><a href="629707c060"><code>629707c</code></a> Merge pull request <a href="https://redirect.github.com/zip-rs/zip2/issues/95">#95</a> from zip-rs/speedup_path_to_string</li> <li><a href="1852e96192"><code>1852e96</code></a> Prelim changes to write_dir</li> <li><a href="1b2c42b199"><code>1b2c42b</code></a> style: cargo fmt --all</li> <li><a href="74e76a94ca"><code>74e76a9</code></a> chore: Refactor: can short-circuit handling of paths that start with MAIN_SEP...</li> <li><a href="2adbbccb82"><code>2adbbcc</code></a> perf: Quick filter for paths that contain "/../" or "/./" or start with "./" ...</li> <li>Additional commits viewable in <a href="https://github.com/zip-rs/zip2/compare/v1.1.3...v1.1.4">compare view</a></li> </ul> </details> <br /> [](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 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 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>