diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-17 17:44:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-17 17:44:03 +0000 |
commit | 62dc2a85f270f63fe39089495e9e9880cf246830 (patch) | |
tree | f92bf7726816f979c0c5d72ecb6acea850a9686a | |
parent | 6aded958f8159c6d0de12e192b36ee7918c12a39 (diff) | |
download | servo-62dc2a85f270f63fe39089495e9e9880cf246830.tar.gz servo-62dc2a85f270f63fe39089495e9e9880cf246830.zip |
build(deps): bump async-compression from 0.4.20 to 0.4.21 (#36004)
Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.20 to 0.4.21.
- [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/v0.4.20...v0.4.21)
---
updated-dependencies:
- dependency-name: async-compression
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index f2514155c7a..461277cc796 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,9 +324,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "310c9bcae737a48ef5cdee3174184e6d548b292739ede61a1f955ef76a738861" +checksum = "c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2" dependencies = [ "brotli", "flate2", |