We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7095ba commit 9346622Copy full SHA for 9346622
Cargo.toml
@@ -32,7 +32,7 @@ zstdmt = ["zstd", "zstd-safe/zstdmt"]
32
deflate64 = ["dep:deflate64"]
33
34
[dependencies]
35
-brotli = { version = "5.0", optional = true }
+brotli = { version = "6.0", optional = true }
36
bzip2 = { version = "0.4.4", optional = true }
37
flate2 = { version = "1.0.13", optional = true }
38
futures-core = { version = "0.3", default-features = false }
0 commit comments