Skip to content

Commit 9346622

Browse files
chore(deps): update brotli requirement from 5.0 to 6.0 (#274)
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@5.0.0...6.0.0) --- updated-dependencies: - dependency-name: brotli dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7095ba commit 9346622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "5.0", optional = true }
35+
brotli = { version = "6.0", optional = true }
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)