Skip to content

Commit

Permalink
build(deps): bump flate2 from 1.0.29 to 1.0.30
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.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.29...1.0.30)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent f853411 commit 22978a2
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 22978a2

Please sign in to comment.