From 1d6c0f57e7a16dea989f3f9b10b2d64d2bcec153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 23:14:24 +0000 Subject: [PATCH] chore(deps): update lzma-rust2 requirement from 0.16.2 to 0.17.0 Updates the requirements on [lzma-rust2](https://github.com/hasenbanck/lzma-rust2) to permit the latest version. - [Changelog](https://github.com/hasenbanck/lzma-rust2/blob/master/CHANGELOG.md) - [Commits](https://github.com/hasenbanck/lzma-rust2/compare/v0.16.2...v0.17.0) --- updated-dependencies: - dependency-name: lzma-rust2 dependency-version: 0.17.0 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 448702f..32bd9de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3.31" jpeg = { package = "jpeg-decoder", version = "0.3.0", default-features = false } jpeg2k = { version = "0.10.1", optional = true } lerc = { version = "0.2.1", optional = true } -lzma-rust2 = { version = "0.16.2", optional = true, features = ["xz"] } +lzma-rust2 = { version = "0.17.0", optional = true, features = ["xz"] } ndarray = { version = "0.17", optional = true } num_enum = "0.7.3" object_store = { version = "0.14", optional = true }