Skip to content

Commit

Permalink
chore(deps): update brotli requirement from 6.0 to 7.0 (#941)
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@6.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>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent 533abb9 commit c4bad90
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 @@ -136,7 +136,7 @@ uuid = "1"
x509-parser = "0.16"

# Compress
brotli = { version = "6.0", default-features = false }
brotli = { version = "7.0", default-features = false }
flate2 = { version = "1.0", default-features = false }
zstd = { version = "0.13", default-features = false }

Expand Down

0 comments on commit c4bad90

Please sign in to comment.