Skip to content

Commit

Permalink
build(deps): update brotli requirement from 3 to 6
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](dropbox/rust-brotli@3.3.2...6.0.0)

---
updated-dependencies:
- dependency-name: brotli
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 4f85239 commit df77c3b
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 @@ -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
Expand Down

0 comments on commit df77c3b

Please sign in to comment.