Skip to content

Commit

Permalink
build(deps): bump flate2 from 1.0.29 to 1.0.30 (#491)
Browse files Browse the repository at this point in the history
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="https://github.com/rust-lang/flate2-rs/commit/d3bea908edfbb1415f91dfdd298e4eab3e27db97"><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="https://github.com/rust-lang/flate2-rs/commit/50488437cae9967d8afe4ba086b979f3e719b87c"><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="https://github.com/rust-lang/flate2-rs/commit/42c86cedde9815f0e27ca12712814b8cfdb7f386"><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="https://github.com/rust-lang/flate2-rs/commit/f7b99e90400ca8b375a61ec70b7246b05f0cfcf3"><code>f7b99e9</code></a>
Update actions/checkout in GitHub Actions workflows to v4</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/563f1c42f4685bb82d6ef1baebcec40ed8cae3ef"><code>563f1c4</code></a>
Fix typos</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/1126a4a7584f165a59e0818566938e7e07c386c4"><code>1126a4a</code></a>
prepare bugfix release to make docs work again</li>
<li><a
href="https://github.com/rust-lang/flate2-rs/commit/bc1b3e960437ecfe8cecdaac9246805bd5fb49b6"><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="https://github.com/rust-lang/flate2-rs/commit/5ce4154d2b50dfc4b82eaea772fed82c616b501f"><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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent f853411 commit a5aed3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exon/exon-mzml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ arrow = { workspace = true }
base64 = { version = "0.22" }
byteorder = { version = "1.5.0" }
exon-common = { path = "../exon-common", version = "0.20.0" }
flate2 = { version = "1.0.29" }
flate2 = { version = "1.0.30" }
futures = { workspace = true }
object_store = { workspace = true }
quick-xml = { version = "0.31.0", features = [
Expand Down

0 comments on commit a5aed3d

Please sign in to comment.