From e5c421aaa9ed188ec406f34ada7e1dbb0fb7c663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:56:04 +0000 Subject: [PATCH] deps: bump lzma-rust2 from 0.16.5 to 0.17.0 Bumps [lzma-rust2](https://github.com/hasenbanck/lzma-rust2) from 0.16.5 to 0.17.0. - [Changelog](https://github.com/hasenbanck/lzma-rust2/blob/master/CHANGELOG.md) - [Commits](https://github.com/hasenbanck/lzma-rust2/compare/v0.16.5...v0.17.0) --- updated-dependencies: - dependency-name: lzma-rust2 dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd3360798..5bc3dfb5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1051,6 +1051,12 @@ name = "lzma-rust2" version = "0.16.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca93e534d1142d1d0dcca6d25fe302508a5dfb40b302802904577725ea0b695b" + +[[package]] +name = "lzma-rust2" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7fea0cc19b4c4aff9c58fe110173878402bdf4227ba308d54ac0f948188ad2e" dependencies = [ "sha2", ] @@ -1162,7 +1168,7 @@ dependencies = [ "landlock", "libc", "lz4_flex", - "lzma-rust2", + "lzma-rust2 0.17.0", "memchr", "num_cpus", "parse-display", @@ -1559,7 +1565,7 @@ dependencies = [ "crc32fast", "getrandom 0.4.2", "js-sys", - "lzma-rust2", + "lzma-rust2 0.16.5", "ppmd-rust", "sha2", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 00aa52320..101904aba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ indexmap = "2" is_executable = "1.0.5" libc = "0.2.186" lz4_flex = "0.14.0" -lzma-rust2 = "0.16.3" +lzma-rust2 = "0.17.0" num_cpus = "1.17.0" rayon = "1.12.0" same-file = "1.0.6"