Skip to content

Commit 88651d0

Browse files
committed
deps: Migrate from xz2 to liblzma (#326)
1 parent 8c01cb7 commit 88651d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ zstd = { version = "0.13", optional = true, default-features = false }
4949
zopfli = { version = "0.8", optional = true }
5050
deflate64 = { version = "0.1.9", optional = true }
5151
lzma-rs = { version = "0.3", default-features = false, optional = true }
52-
xz2 = { version = "0.1.7", optional = true }
52+
liblzma = { version = "0.4.1", optional = true }
5353

5454
[target.'cfg(fuzzing)'.dependencies]
5555
arbitrary = { version = "1.4.1", features = ["derive"] }
@@ -80,7 +80,7 @@ jiff-02 = ["dep:jiff"]
8080
nt-time = ["dep:nt-time"]
8181
lzma = ["lzma-rs/stream"]
8282
unreserved = []
83-
xz = ["dep:xz2"]
83+
xz = ["dep:liblzma"]
8484
default = [
8585
"aes-crypto",
8686
"bzip2",

0 commit comments

Comments
 (0)