From dea2dc344dbc45eef8d0860fc5a08d5b7116d984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:58:33 +0000 Subject: [PATCH] chore(deps): update brotli requirement from 3.3 to 4.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.3.2...4.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 62fa170..814ade4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ zstdmt = ["zstd", "zstd-safe/zstdmt"] deflate64 = ["dep:deflate64"] [dependencies] -brotli = { version = "3.3", optional = true, default-features = false, features = ["std"] } +brotli = { version = "4.0", optional = true, default-features = false, features = ["std"] } bzip2 = { version = "0.4.4", optional = true } flate2 = { version = "1.0.13", optional = true } futures-core = { version = "0.3", default-features = false }