Skip to content

Commit 6faadd7

Browse files
Bump async-compression from 0.4.21 to 0.4.22
Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.21 to 0.4.22. - [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.21...v0.4.22) --- updated-dependencies: - dependency-name: async-compression dependency-version: 0.4.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 350bf86 commit 6faadd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
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
@@ -25,7 +25,7 @@ tls_rustls = ["dep:hyper-rustls", "dep:rustls"]
2525

2626
[dependencies]
2727
anyhow = "1.0.81"
28-
async-compression = { version = "0.4.6", features = [ "tokio", "xz", "gzip" ] }
28+
async-compression = { version = "0.4.22", features = [ "tokio", "xz", "gzip" ] }
2929
build_html = "2.4.0"
3030
bytes = "1.6.0"
3131
clap = { version = "4.5.1", features = [ "derive" ] }

0 commit comments

Comments
 (0)