From e1024027b82f723e85578af12371b09b30216a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 12:19:18 +0000 Subject: [PATCH] build(deps): update lzma-rust2 requirement in /fuzz 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.5...v0.16.5) --- updated-dependencies: - dependency-name: lzma-rust2 dependency-version: 0.16.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fuzz/fuzz_lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/fuzz_lib/Cargo.toml b/fuzz/fuzz_lib/Cargo.toml index 2404dbf..afa77d6 100644 --- a/fuzz/fuzz_lib/Cargo.toml +++ b/fuzz/fuzz_lib/Cargo.toml @@ -28,4 +28,4 @@ libarchive_oxide = { path = "../../libarchive_oxide", default-features = false, # Structured input synthesis (round-trip entry sets); no rand/no clock. arbitrary = { version = "1", features = ["derive"] } # The LZMA2 codec that backs the 7z folder — driven directly for the `codec_lzma2` target. -lzma-rust2 = "0.16.5" +lzma-rust2 = "0.18.0"