Skip to content

Commit b9aac47

Browse files
chore(deps): bump async-compression from 0.3.15 to 0.4.0 (vectordotdev#17365)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 693584e commit b9aac47

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

Cargo.lock

+17-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ vrl = { package = "vrl", git = "https://github.com/vectordotdev/vrl", rev = "v0.
230230

231231
# External libs
232232
arc-swap = { version = "1.6", default-features = false, optional = true }
233-
async-compression = { version = "0.3.15", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
233+
async-compression = { version = "0.4.0", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
234234
apache-avro = { version = "0.14.0", default-features = false, optional = true }
235235
axum = { version = "0.6.18", default-features = false }
236236
base64 = { version = "0.21.0", default-features = false, optional = true }

0 commit comments

Comments
 (0)