From fae7d6615c4b8d5e06f1adfcf6db18ed6e08ed45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:43:50 +0000 Subject: [PATCH] chore(deps): update lzma-rust2 requirement from 0.15.7 to 0.16.2 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.15.7...v0.16.2) --- updated-dependencies: - dependency-name: lzma-rust2 dependency-version: 0.16.2 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 7cdd0f5b..1e1152c1 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.15.7", optional = true, features = ["xz"] } +lzma-rust2 = { version = "0.16.2", optional = true, features = ["xz"] } ndarray = { version = "0.17", optional = true } num_enum = "0.7.3" object_store = { version = "0.13", optional = true }