From fadeb861f7f02744b99302e93b3fbc11d73d4797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:44:43 +0000 Subject: [PATCH] build(deps): bump async-compression from 0.4.11 to 0.4.12 Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.11 to 0.4.12. - [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.11...v0.4.12) --- updated-dependencies: - dependency-name: async-compression dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f854502b..63f0b9bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,9 +346,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "async-compression" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5" +checksum = "fec134f64e2bc57411226dfc4e52dec859ddfc7e711fc5e07b612584f000e4aa" dependencies = [ "brotli", "flate2", @@ -2254,7 +2254,7 @@ dependencies = [ "mlua-sys", "num-traits", "once_cell", - "rustc-hash 2.0.0", + "rustc-hash 2.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 352e266c..96fa9791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ actix-governor = { version = "0.5.0", default-features = false } mini-moka = { version = "0.10", optional = true, default-features = false, features = [ "sync", ] } -async-compression = { version = "0.4.11", default-features = false, features = [ +async-compression = { version = "0.4.12", default-features = false, features = [ "brotli", "tokio", ], optional = true }