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.
2 parents 86c0c3a + dea2dc3 commit 9c61043Copy full SHA for 9c61043
Cargo.toml
@@ -32,7 +32,7 @@ zstdmt = ["zstd", "zstd-safe/zstdmt"]
32
deflate64 = ["dep:deflate64"]
33
34
[dependencies]
35
-brotli = { version = "3.3", optional = true, default-features = false, features = ["std"] }
+brotli = { version = "4.0", optional = true, default-features = false, features = ["std"] }
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