Skip to content

Commit

Permalink
build(deps): update brotli requirement from 6 to 7
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 9b1e391 commit 3ba2887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit 3ba2887

Please sign in to comment.