diff --git a/Cargo.lock b/Cargo.lock index 546305dc0..2aac1ba9b 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 ee9c95043..f6adba5fb 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"