chore(deps): Bump flate2 from 1.0.29 to 1.0.30 (#1321)

Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.29 to
1.0.30.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d3bea908ed"><code>d3bea90</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/405">#405</a>
from Byron/fix-CI</li>
<li><a
href="50488437ca"><code>5048843</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/407">#407</a>
from striezel-stash/actions-checkout-v4</li>
<li><a
href="42c86cedde"><code>42c86ce</code></a>
Merge pull request <a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/406">#406</a>
from striezel-stash/fix-some-typos</li>
<li><a
href="f7b99e9040"><code>f7b99e9</code></a>
Update actions/checkout in GitHub Actions workflows to v4</li>
<li><a
href="563f1c42f4"><code>563f1c4</code></a>
Fix typos</li>
<li><a
href="1126a4a758"><code>1126a4a</code></a>
prepare bugfix release to make docs work again</li>
<li><a
href="bc1b3e9604"><code>bc1b3e9</code></a>
CI verifies that docs can be built (<a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/404">#404</a>)</li>
<li><a
href="5ce4154d2b"><code>5ce4154</code></a>
fix CI by assuring builds work with --all-features enabled (<a
href="https://redirect.github.com/rust-lang/flate2-rs/issues/404">#404</a>)</li>
<li>See full diff in <a
href="https://github.com/rust-lang/flate2-rs/compare/1.0.29...1.0.30">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flate2&package-manager=cargo&previous-version=1.0.29&new-version=1.0.30)](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:
dependabot[bot] 2024-04-30 02:29:23 +00:00 committed by GitHub
parent e7af716ccf
commit 15496df706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -1412,9 +1412,9 @@ checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
[[package]]
name = "flate2"
version = "1.0.29"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4556222738635b7a3417ae6130d8f52201e45a0c4d1a907f0826383adb5f85e7"
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
dependencies = [
"crc32fast",
"miniz_oxide",