From 6747c8609682f8ff5805ae1ef427eb2e93a9bc60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:10:13 +0000 Subject: [PATCH] chore(deps)(deps): Update brotli requirement from 3.4 to 8.0 Updates the requirements on [brotli](https://github.com/dropbox/rust-brotli) to permit the latest version. - [Release notes](https://github.com/dropbox/rust-brotli/releases) - [Commits](https://github.com/dropbox/rust-brotli/compare/3.4.0...8.0.2) --- updated-dependencies: - dependency-name: brotli dependency-version: 8.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07bd0221..91eae8ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ hex = "0.4" # Compression flate2 = "1.0" -brotli = "3.4" +brotli = "8.0" http-body-util = "0.1" # Decimal precision for currency