Skip to content

Commit

Permalink
chore(deps): update brotli requirement from 4.0 to 5.0
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@4.0.0...5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 12, 2024
1 parent 85d45d9 commit 90f565a
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 @@ -32,7 +32,7 @@ zstdmt = ["zstd", "zstd-safe/zstdmt"]
deflate64 = ["dep:deflate64"]

[dependencies]
brotli = { version = "4.0", optional = true, default-features = false, features = ["std"] }
brotli = { version = "5.0", optional = true, default-features = false, features = ["std"] }
bzip2 = { version = "0.4.4", optional = true }
flate2 = { version = "1.0.13", optional = true }
futures-core = { version = "0.3", default-features = false }
Expand Down

0 comments on commit 90f565a

Please sign in to comment.