Skip to content

Commit

Permalink
Bump async-compression from 0.4.11 to 0.4.12
Browse files Browse the repository at this point in the history
Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.11 to 0.4.12.
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@v0.4.11...v0.4.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent c66f7a4 commit 65f2122
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ derive_deref = "1.1.1"
serde_json = "1.0.120"
json5 = { version = "0.4.1", optional = true }
num-traits = "0.2.19"
async-compression = { version = "0.4.11", features = ["gzip", "tokio"], optional = true }
async-compression = { version = "0.4.12", features = ["gzip", "tokio"], optional = true }
glob = { version = "0.3.1", optional = true }
polars = { version = "0.41.3", optional = true, default-features = false, features = ["csv", "lazy", "fmt", "polars-ops", "asof_join", "ndarray"] }
plotters = { version = "0.3.6", optional = true }
Expand Down

0 comments on commit 65f2122

Please sign in to comment.