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 55af2a4 commit 2abd8e7Copy full SHA for 2abd8e7
Cargo.toml
@@ -45,7 +45,7 @@ lz4 = { version = "1.28.1", optional = true }
45
memchr = "2"
46
pin-project-lite = "0.2"
47
tokio = { version = "1.24.2", optional = true, default-features = false }
48
-liblzma = { version = "0.3.6", optional = true }
+liblzma = { version = "0.4.0", optional = true }
49
zstd-safe = { version = "7", optional = true, default-features = false }
50
deflate64 = { version = "0.1.5", optional = true }
51
0 commit comments