From 7dce610caaeaeafa396e713c44e6e321ebddf7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 18:19:45 +0000 Subject: [PATCH] Bump liblzma from 0.3.6 to 0.4.5 Bumps [liblzma](https://github.com/portable-network-archive/liblzma-rs) from 0.3.6 to 0.4.5. - [Release notes](https://github.com/portable-network-archive/liblzma-rs/releases) - [Commits](https://github.com/portable-network-archive/liblzma-rs/compare/liblzma-0.3.6...liblzma-0.4.5) --- updated-dependencies: - dependency-name: liblzma dependency-version: 0.4.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d50546..f5d1abe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2008,18 +2008,18 @@ dependencies = [ [[package]] name = "liblzma" -version = "0.3.6" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a631d2b24be269775ba8f7789a6afa1ac228346a20c9e87dbbbe4975a79fd764" +checksum = "73c36d08cad03a3fbe2c4e7bb3a9e84c57e4ee4135ed0b065cade3d98480c648" dependencies = [ "liblzma-sys", ] [[package]] name = "liblzma-sys" -version = "0.3.13" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efdadf1a99aceff34553de1461674ab6ac7e7f0843ae9875e339f4a14eb43475" +checksum = "01b9596486f6d60c3bbe644c0e1be1aa6ccc472ad630fe8927b456973d7cb736" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 12ea18e..5cdb8da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,6 @@ anyhow = "1.0.100" base64 = "0.22.1" ring = "0.17.14" -liblzma = { version = "0.3.4", features = ["static"] } +liblzma = { version = "0.4.5", features = ["static"] } ureq = { version = "2.10.1", default-features = false, features = ["json", "tls"] }