Skip to content

Commit

Permalink
Merge pull request #292 from musicinmybrain/brotli7
Browse files Browse the repository at this point in the history
Update brotli to 7.0
  • Loading branch information
robjtede authored Oct 2, 2024
2 parents 9880aa9 + fc72a95 commit ebdbd8d
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 = "6.0", optional = true }
brotli = { version = "7.0", optional = true }
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 ebdbd8d

Please sign in to comment.