From c72c81aedd9edf23ecf16afad2f2f507321d68c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 12:07:36 +0800 Subject: [PATCH] build(deps): update brotli requirement from 7 to 8 (#64) --- updated-dependencies: - dependency-name: brotli dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55b8749f..bb524f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,6 +39,6 @@ antidote = "1.0.0" linked_hash_set = "0.1" openssl-macros = "0.1.1" autocfg = "1.3.0" -brotli = "7" +brotli = "8" flate2 = "1" zstd = "0.13"