Skip to content

Commit

Permalink
chore(deps): bump async-compression from 0.3.15 to 0.4.0 (#17365)
Browse files Browse the repository at this point in the history
Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.3.15 to 0.4.0.
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@0.3.15...async-compression-v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 11, 2023
1 parent 693584e commit b9aac47
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ vrl = { package = "vrl", git = "https://github.com/vectordotdev/vrl", rev = "v0.

# External libs
arc-swap = { version = "1.6", default-features = false, optional = true }
async-compression = { version = "0.3.15", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
async-compression = { version = "0.4.0", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
apache-avro = { version = "0.14.0", default-features = false, optional = true }
axum = { version = "0.6.18", default-features = false }
base64 = { version = "0.21.0", default-features = false, optional = true }
Expand Down

0 comments on commit b9aac47

Please sign in to comment.