From a5e938ab1923601e593c3e6a14bbb04ac959acdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:40:17 +0000 Subject: [PATCH] Bump zip from 4.3.0 to 5.1.1 Bumps [zip](https://github.com/zip-rs/zip2) from 4.3.0 to 5.1.1. - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v4.3.0...v5.1.1) --- updated-dependencies: - dependency-name: zip dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 62 ++++++++++++++++++++++++--------------- nanvr/launcher/Cargo.toml | 2 +- nanvr/wired/Cargo.toml | 2 +- 3 files changed, 41 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f76ffeeb..82cb7de0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1304,6 +1304,21 @@ dependencies = [ "libc", ] +[[package]] +name = "crc" +version = "3.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" + [[package]] name = "crc32fast" version = "1.4.2" @@ -3125,26 +3140,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "liblzma" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "272b875472a046e39ff7408374a5a050b112d2142211a0f54a295c0bd1c3c757" -dependencies = [ - "liblzma-sys", -] - -[[package]] -name = "liblzma-sys" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01b9596486f6d60c3bbe644c0e1be1aa6ccc472ad630fe8927b456973d7cb736" -dependencies = [ - "cc", - "libc", - "pkg-config", -] - [[package]] name = "libm" version = "0.2.11" @@ -3282,6 +3277,16 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "lzma-rust2" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c60a23ffb90d527e23192f1246b14746e2f7f071cb84476dd879071696c18a4a" +dependencies = [ + "crc", + "sha2", +] + [[package]] name = "mach2" version = "0.4.2" @@ -5252,6 +5257,17 @@ dependencies = [ "digest", ] +[[package]] +name = "sha2" +version = "0.10.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest", +] + [[package]] name = "sharded-slab" version = "0.1.7" @@ -7838,9 +7854,9 @@ dependencies = [ [[package]] name = "zip" -version = "4.3.0" +version = "5.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aed4ac33e8eb078c89e6cbb1d5c4c7703ec6d299fc3e7c3695af8f8b423468b" +checksum = "2f852905151ac8d4d06fdca66520a661c09730a74c6d4e2b0f27b436b382e532" dependencies = [ "aes", "arbitrary", @@ -7852,7 +7868,7 @@ dependencies = [ "getrandom 0.3.1", "hmac", "indexmap", - "liblzma", + "lzma-rust2", "memchr", "pbkdf2", "ppmd-rust", diff --git a/nanvr/launcher/Cargo.toml b/nanvr/launcher/Cargo.toml index 1e9b0b7a..99a21399 100644 --- a/nanvr/launcher/Cargo.toml +++ b/nanvr/launcher/Cargo.toml @@ -34,4 +34,4 @@ reqwest = { version = "0.12", default-features = false, features = [ serde_json = "1" tar = "0.4" tokio = { version = "1", features = ["rt-multi-thread"] } -zip = "4" +zip = "5" diff --git a/nanvr/wired/Cargo.toml b/nanvr/wired/Cargo.toml index 1fdf78de..f0fed3ec 100644 --- a/nanvr/wired/Cargo.toml +++ b/nanvr/wired/Cargo.toml @@ -13,4 +13,4 @@ system_info.workspace = true anyhow = "1" ureq = "3" -zip = "4" +zip = "5"