mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 21:01:45 +03:00
chore(deps): Bump flate2 from 1.0.28 to 1.0.29 (#1320)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.28 to 1.0.29. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/flate2-rs/releases">flate2's releases</a>.</em></p> <blockquote> <h2>1.0.29 - with new <code>zlib-rs</code> feature (~<code>zlib-ng</code> in Rust)</h2> <p>With the <a href="https://github.com/memorysafety/zlib-rs">new <code>zlib-rs</code></a> feature, a new backend is enabled that brings in a SIMD-accelerated Rust implementation.</p> <h2>What's Changed</h2> <ul> <li>Fix build for beta and nightly by <a href="https://github.com/JakubOnderka"><code>@JakubOnderka</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/388">rust-lang/flate2-rs#388</a></li> <li>Store <code>StreamWrapper::inner</code> as a raw pointer by <a href="https://github.com/icmccorm"><code>@icmccorm</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/394">rust-lang/flate2-rs#394</a></li> <li>Avoid redudant imports by <a href="https://github.com/Byron"><code>@Byron</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/398">rust-lang/flate2-rs#398</a></li> <li>add <code>zlib-rs</code> support via the <code>libz-rs-sys</code> C api for <code>zlib-rs</code> by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/400">rust-lang/flate2-rs#400</a></li> <li>Add tests to show BufRead can be used after decoding by <a href="https://github.com/jongiddy"><code>@jongiddy</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/402">rust-lang/flate2-rs#402</a></li> <li>release version 1.0.29: support for zlib-rs by <a href="https://github.com/folkertdev"><code>@folkertdev</code></a> in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/403">rust-lang/flate2-rs#403</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/JakubOnderka"><code>@JakubOnderka</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/388">rust-lang/flate2-rs#388</a></li> <li><a href="https://github.com/icmccorm"><code>@icmccorm</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/394">rust-lang/flate2-rs#394</a></li> <li><a href="https://github.com/folkertdev"><code>@folkertdev</code></a> made their first contribution in <a href="https://redirect.github.com/rust-lang/flate2-rs/pull/400">rust-lang/flate2-rs#400</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.28...1.0.29">https://github.com/rust-lang/flate2-rs/compare/1.0.28...1.0.29</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="9a25bc09b1
"><code>9a25bc0</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/403">#403</a> from folkertdev/bump-version-zlib-rs</li> <li><a href="e9c87c088a
"><code>e9c87c0</code></a> zlib-rs support version bump</li> <li><a href="8a502a791f
"><code>8a502a7</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/402">#402</a> from jongiddy/bufread-tests</li> <li><a href="320e7c7aa0
"><code>320e7c7</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/400">#400</a> from folkertdev/zlib-rs-c-api</li> <li><a href="6a26c0c569
"><code>6a26c0c</code></a> Test that BufRead and Write can be used after decoding</li> <li><a href="7e6429a9f9
"><code>7e6429a</code></a> add zlib-rs support via the libz-rs-sys C api for zlib-rs</li> <li><a href="ae784978ff
"><code>ae78497</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/398">#398</a> from rust-lang/fix-imports</li> <li><a href="20bbd749a5
"><code>20bbd74</code></a> Avoid redudant imports</li> <li><a href="0a584f4a0c
"><code>0a584f4</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/flate2-rs/issues/394">#394</a> from icmccorm/main</li> <li><a href="8386651fee
"><code>8386651</code></a> Switched to storing mz_stream as a raw pointer to fix tree borrows violation.</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/flate2-rs/compare/1.0.28...1.0.29">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>
This commit is contained in:
parent
89464a134e
commit
e7af716ccf
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1412,9 +1412,9 @@ checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
|
||||
|
||||
[[package]]
|
||||
name = "flate2"
|
||||
version = "1.0.28"
|
||||
version = "1.0.29"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
||||
checksum = "4556222738635b7a3417ae6130d8f52201e45a0c4d1a907f0826383adb5f85e7"
|
||||
dependencies = [
|
||||
"crc32fast",
|
||||
"miniz_oxide",
|
||||
|
Loading…
Reference in New Issue
Block a user