Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump zip from 2.1.2 to 2.1.3 in /userspace/ksud (tiann#1810
) Bumps [zip](https://github.com/zip-rs/zip2) from 2.1.2 to 2.1.3. <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>v2.1.3</h2> <h3><!-- raw HTML omitted -->π Bug Fixes</h3> <ul> <li>Some date/time filters were previously unreliable (i.e. later-pass filters had no earliest-pass or latest-fail, and vice-versa)</li> <li>Decode Zip-Info UTF8 name and comment fields (<a href="https://redirect.github.com/zip-rs/zip2/pull/159">#159</a>)</li> </ul> <h3><!-- raw HTML omitted -->π Refactor</h3> <ul> <li>Return extended timestamp fields copied rather than borrowed (<a href="https://redirect.github.com/zip-rs/zip2/pull/183">#183</a>)</li> </ul> <h3><!-- raw HTML omitted -->βοΈ Miscellaneous Tasks</h3> <ul> <li>Fix a new Clippy warning</li> <li>Fix a bug and inline <code>deserialize</code> for safety</li> <li>Add check for wrong-length blocks, and incorporate fixed-size requirement into the trait name</li> <li>Fix a fuzz failure by using checked_sub</li> <li>Add feature gate for new unit test</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/v2.1.2...v2.1.3">2.1.3</a> - 2024-06-04</h2> <h3><!-- raw HTML omitted -->π Bug Fixes</h3> <ul> <li>Some date/time filters were previously unreliable (i.e. later-pass filters had no earliest-pass or latest-fail, and vice-versa)</li> <li>Decode Zip-Info UTF8 name and comment fields (<a href="https://redirect.github.com/zip-rs/zip2/pull/159">#159</a>)</li> </ul> <h3><!-- raw HTML omitted -->π Refactor</h3> <ul> <li>Return extended timestamp fields copied rather than borrowed (<a href="https://redirect.github.com/zip-rs/zip2/pull/183">#183</a>)</li> </ul> <h3><!-- raw HTML omitted -->βοΈ Miscellaneous Tasks</h3> <ul> <li>Fix a new Clippy warning</li> <li>Fix a bug and inline <code>deserialize</code> for safety</li> <li>Add check for wrong-length blocks, and incorporate fixed-size requirement into the trait name</li> <li>Fix a fuzz failure by using checked_sub</li> <li>Add feature gate for new unit test</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v2.1.0...v2.1.1">2.1.1</a> - 2024-05-28</h2> <h3><!-- raw HTML omitted -->π Bug Fixes</h3> <ul> <li>Derive <code>Debug</code> for <code>ZipWriter</code></li> <li>lower default version to 4.5 and use the version-needed-to-extract where feasible.</li> </ul> <h3><!-- raw HTML omitted -->π Refactor</h3> <ul> <li>use a MIN_VERSION constant</li> </ul> <h3><!-- raw HTML omitted -->βοΈ Miscellaneous Tasks</h3> <ul> <li>Bug fixes for debug implementation</li> <li>Bug fixes for debug implementation</li> <li>Update unit tests</li> <li>Remove unused import</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v2.0.0...v2.1.0">2.1.0</a> - 2024-05-25</h2> <h3><!-- raw HTML omitted -->π Features</h3> <ul> <li>Support mutual conversion between <code>DateTime</code> and MS-DOS pair</li> </ul> <h3><!-- raw HTML omitted -->π Bug Fixes</h3> <ul> <li>version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that (<a href="https://redirect.github.com/zip-rs/zip2/pull/100">#100</a>)</li> <li>version-needed-to-extract was incorrect in central header, and version-made-by could be lower than that (<a href="https://redirect.github.com/zip-rs/zip2/pull/100">#100</a>)</li> </ul> <h3><!-- raw HTML omitted -->βοΈ Miscellaneous Tasks</h3> <ul> <li>Another tweak to ensure <code>version_needed</code> is applied</li> <li>Tweaks to make <code>version_needed</code> and <code>version_made_by</code> work with recently-merged changes</li> </ul> <h2><a href="https://github.com/zip-rs/zip2/compare/v1.3.1...v2.0.0">2.0.0</a> - 2024-05-24</h2> <h3><!-- raw HTML omitted -->π Features</h3> <ul> <li>Add <code>fmt::Display</code> for <code>DateTime</code></li> <li>Implement more traits for <code>DateTime</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zip-rs/zip2/commit/b5eb25d52fb457bcfe1bd535a5b5cda91825ae32"><code>b5eb25d</code></a> Merge pull request <a href="https://redirect.github.com/zip-rs/zip2/issues/188">#188</a> from zip-rs/release-plz-2024-06-04T17-06-20Z</li> <li><a href="https://github.com/zip-rs/zip2/commit/cb076226f05159fa867d3a33a8a432b89894da54"><code>cb07622</code></a> chore: release</li> <li><a href="https://github.com/zip-rs/zip2/commit/5c77e93616df49e3b82905c1d81fd01449c62541"><code>5c77e93</code></a> ci(fuzz): Update fuzz_write seed corpus</li> <li><a href="https://github.com/zip-rs/zip2/commit/0fef68b68f357b43d208ad640d434a9e18d7be31"><code>0fef68b</code></a> ci(fuzz): Update fuzz_read seed corpus</li> <li><a href="https://github.com/zip-rs/zip2/commit/fce5e0a2d32526ef7c6dc87be37b5287c7eb4b46"><code>fce5e0a</code></a> test: Add regression tests for <a href="https://redirect.github.com/zip-rs/zip2/issues/159">#159</a></li> <li><a href="https://github.com/zip-rs/zip2/commit/e052842d78b505287f7bf6e56c8c927e3717754c"><code>e052842</code></a> style: cargo fmt --all</li> <li><a href="https://github.com/zip-rs/zip2/commit/b4970dd80f98c623e38b280c514bff6604acade3"><code>b4970dd</code></a> test: Delete a unit test that's no longer needed</li> <li><a href="https://github.com/zip-rs/zip2/commit/362a1123b574c152df07593d22a4d994e1c20786"><code>362a112</code></a> ci(fuzz): Limit Zopfli buffer size to fix OOMEs</li> <li><a href="https://github.com/zip-rs/zip2/commit/b7bec1c2dd42470de4f0aedcb1131d72ad8f1d72"><code>b7bec1c</code></a> fix: Some date/time filters were previously unreliable (i.e. later-pass filte...</li> <li><a href="https://github.com/zip-rs/zip2/commit/cb50ca121350457c5fba1f0a7c3b3e907c7d2b2d"><code>cb50ca1</code></a> test: Bug fix? Explicitly type int that may become as large as 3 << 29</li> <li>Additional commits viewable in <a href="https://github.com/zip-rs/zip2/compare/v2.1.2...v2.1.3">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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information