From df77c3b91ebc47781a1b33774143cdd53c612680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 07:37:41 +0000 Subject: [PATCH] build(deps): update brotli requirement from 3 to 6 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.3.2...6.0.0) --- 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 976a786..1c56684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ rand = { version = "0.8", optional = true, features = ["small_rng"] } x509-parser = { version = "0.16", optional = true } # Compression -brotli = { version = "3", optional = true } +brotli = { version = "6", optional = true } flate2 = { version = "1", optional = true } # WebSockets