mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #26703 - servo:dependabot/cargo/flate2-1.0.14, r=jdm
Bump flate2 from 1.0.12 to 1.0.14 Bumps [flate2](https://github.com/alexcrichton/flate2-rs) from 1.0.12 to 1.0.14. <details> <summary>Commits</summary> <ul> <li><a href="962930cb3a
"><code>962930c</code></a> Bump to 1.0.14</li> <li><a href="42ef27aa83
"><code>42ef27a</code></a> Update comment on cfg_if! (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/231">#231</a>)</li> <li><a href="5ef87027cf
"><code>5ef8702</code></a> Expose zlib options on cloudflare-zlib (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/230">#230</a>)</li> <li><a href="9feca9d4b0
"><code>9feca9d</code></a> Remove wasm-specific case for backend</li> <li><a href="120ba81a6f
"><code>120ba81</code></a> Support cloudfire optimized version of zlib as a backend (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/228">#228</a>)</li> <li><a href="4d62a89369
"><code>4d62a89</code></a> Update rust installation on osx</li> <li><a href="f367ab0c59
"><code>f367ab0</code></a> remove deprecated Error::description (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/227">#227</a>)</li> <li><a href="c26967c44f
"><code>c26967c</code></a> Run rustfmt</li> <li><a href="c9b256a624
"><code>c9b256a</code></a> Bump to 1.0.13</li> <li><a href="0827944824
"><code>0827944</code></a> cargo: update minimum versions (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/221">#221</a>)</li> <li>Additional commits viewable in <a href="https://github.com/alexcrichton/flate2-rs/compare/1.0.12...1.0.14">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=flate2&package-manager=cargo&previous-version=1.0.12&new-version=1.0.14) 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 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 Dependabot [dashboard](https://app.dependabot.com): - 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) </details>
This commit is contained in:
commit
e1000e3a02
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1510,9 +1510,9 @@ checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
|
|||
|
||||
[[package]]
|
||||
name = "flate2"
|
||||
version = "1.0.12"
|
||||
version = "1.0.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3"
|
||||
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"crc32fast",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue