mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
build(deps): bump async-compression from 0.4.8 to 0.4.9
Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.8 to 0.4.9. - [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/commits) --- updated-dependencies: - dependency-name: async-compression dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bece7f33c7
commit
535b00019b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -109,9 +109,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-compression"
|
||||
version = "0.4.8"
|
||||
version = "0.4.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "07dbbf24db18d609b1462965249abdf49129ccad073ec257da372adc83259c60"
|
||||
checksum = "4e9eabd7a98fe442131a17c316bd9349c43695e49e730c3c8e12cfb5f4da2693"
|
||||
dependencies = [
|
||||
"flate2",
|
||||
"futures-core",
|
||||
|
@ -24,7 +24,7 @@ repository = "https://github.com/edera-dev/krata"
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0"
|
||||
arrayvec = "0.7.4"
|
||||
async-compression = "0.4.8"
|
||||
async-compression = "0.4.9"
|
||||
async-stream = "0.3.5"
|
||||
async-trait = "0.1.80"
|
||||
backhand = "0.15.0"
|
||||
|
Loading…
Reference in New Issue
Block a user