mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Bump async-compression from 0.3.15 to 0.4.0 (#1043)
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](https://github.com/Nullus157/async-compression/compare/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>
This commit is contained in:
parent
62c59beca6
commit
10af9394c4
2 changed files with 21 additions and 4 deletions
|
@ -11,7 +11,7 @@ license = "GPL-3.0"
|
|||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
async-compression = { version = "0.3.15", features = ["gzip", "zstd", "xz", "bzip2", "tokio"] }
|
||||
async-compression = { version = "0.4.0", features = ["gzip", "zstd", "xz", "bzip2", "tokio"] }
|
||||
async_zip = { version = "0.0.15", features = ["deflate", "bzip2", "lzma", "zstd", "xz", "tokio"] }
|
||||
binstalk-types = { version = "0.4.0", path = "../binstalk-types" }
|
||||
bytes = "1.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue