Skip to content

Commit 90f565a

Browse files
chore(deps): update brotli requirement from 4.0 to 5.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](dropbox/rust-brotli@4.0.0...5.0.0) --- updated-dependencies: - dependency-name: brotli dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85d45d9 commit 90f565a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ zstdmt = ["zstd", "zstd-safe/zstdmt"]
3232
deflate64 = ["dep:deflate64"]
3333

3434
[dependencies]
35-
brotli = { version = "4.0", optional = true, default-features = false, features = ["std"] }
35+
brotli = { version = "5.0", optional = true, default-features = false, features = ["std"] }
3636
bzip2 = { version = "0.4.4", optional = true }
3737
flate2 = { version = "1.0.13", optional = true }
3838
futures-core = { version = "0.3", default-features = false }

0 commit comments

Comments
 (0)