From 2abd8e70af155cb9110c8926a147cb241130db77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 13:40:26 +0000 Subject: [PATCH] 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](https://github.com/portable-network-archive/liblzma-rs/compare/liblzma-0.3.6...liblzma-0.4.0) --- updated-dependencies: - dependency-name: liblzma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9083546..b11fa18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ lz4 = { version = "1.28.1", optional = true } memchr = "2" pin-project-lite = "0.2" tokio = { version = "1.24.2", optional = true, default-features = false } -liblzma = { version = "0.3.6", optional = true } +liblzma = { version = "0.4.0", optional = true } zstd-safe = { version = "7", optional = true, default-features = false } deflate64 = { version = "0.1.5", optional = true }