Skip to content

Commit

Permalink
Merge pull request #52 from Icelk/dependabot/cargo/brotli-6
Browse files Browse the repository at this point in the history
build(deps): update brotli requirement from 3 to 6
  • Loading branch information
Icelk authored May 25, 2024
2 parents 895383b + 77a4346 commit 6c0da78
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 @@ -67,7 +67,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 }
zstd = { version = "0.13", optional = true, default-features = false, features = ["fat-lto"] }

Expand Down

0 comments on commit 6c0da78

Please sign in to comment.