From 3ba2887c0e242c3c6eb006cde89308c3bf1c2071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 07:16:06 +0000 Subject: [PATCH] build(deps): update brotli requirement from 6 to 7 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/commits) --- updated-dependencies: - dependency-name: brotli 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 30e43ca..e916a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ memchr = { version = "2", optional = true } rand = { version = "0.8", optional = true, features = ["small_rng"] } # Compression -brotli = { version = "6", optional = true } +brotli = { version = "7", optional = true } flate2 = { version = "1", optional = true } zstd = { version = "0.13", optional = true, default-features = false }