Skip to content

Commit

Permalink
build(deps): bump flate2 from 1.0.31 to 1.0.32
Browse files Browse the repository at this point in the history
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.31 to 1.0.32.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.31...1.0.32)

---
updated-dependencies:
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 3c8b1fd commit 2eb9500
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 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.31.0" }
flate2 = { version = "1.0.31" }
flate2 = { version = "1.0.32" }
futures = { workspace = true }
object_store = { workspace = true }
quick-xml = { version = "0.36.1", features = [
Expand Down

0 comments on commit 2eb9500

Please sign in to comment.