Skip to content

Commit 2abd8e7

Browse files
chore(deps): update liblzma requirement from 0.3.6 to 0.4.0
Updates the requirements on [liblzma](https://github.com/portable-network-archive/liblzma-rs) to permit the latest version. - [Release notes](https://github.com/portable-network-archive/liblzma-rs/releases) - [Commits](Portable-Network-Archive/liblzma-rs@liblzma-0.3.6...liblzma-0.4.0) --- updated-dependencies: - dependency-name: liblzma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55af2a4 commit 2abd8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lz4 = { version = "1.28.1", optional = true }
4545
memchr = "2"
4646
pin-project-lite = "0.2"
4747
tokio = { version = "1.24.2", optional = true, default-features = false }
48-
liblzma = { version = "0.3.6", optional = true }
48+
liblzma = { version = "0.4.0", optional = true }
4949
zstd-safe = { version = "7", optional = true, default-features = false }
5050
deflate64 = { version = "0.1.5", optional = true }
5151

0 commit comments

Comments
 (0)