From c4bad90082831d84e549cdc4f25df0d50cb387ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 07:11:25 +0800 Subject: [PATCH] chore(deps): update brotli requirement from 6.0 to 7.0 (#941) 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/6.0.0...6.0.0) --- updated-dependencies: - dependency-name: brotli 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 051cccf01..c0db6bb9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,7 @@ uuid = "1" x509-parser = "0.16" # Compress -brotli = { version = "6.0", default-features = false } +brotli = { version = "7.0", default-features = false } flate2 = { version = "1.0", default-features = false } zstd = { version = "0.13", default-features = false }