Skip to content

Commit

Permalink
Merge pull request #264 from Nullus157/dependabot/cargo/brotli-4.0
Browse files Browse the repository at this point in the history
chore(deps): update brotli requirement from 3.3 to 4.0
  • Loading branch information
NobodyXu authored Apr 3, 2024
2 parents 86c0c3a + dea2dc3 commit 9c61043
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 = "3.3", optional = true, default-features = false, features = ["std"] }
brotli = { version = "4.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 9c61043

Please sign in to comment.