From 6c1f6757232ea11332750e16a147734b17e7c66c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 07:43:00 +0100 Subject: [PATCH] chore(deps): bump liblzma from 0.3.4 to 0.3.5 (#9) Bumps [liblzma](https://github.com/portable-network-archive/liblzma-rs) from 0.3.4 to 0.3.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.4...liblzma-0.3.5) --- updated-dependencies: - dependency-name: liblzma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd28877..df4ec1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,9 +714,9 @@ checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f" [[package]] name = "liblzma" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7c45fc6fcf5b527d3cf89c1dee8c327943984b0dc8bfcf6e100473b00969e63" +checksum = "603222e049bf0da71529325ada5d02dc3871cbd3679cf905429f7f0de93da87b" dependencies = [ "liblzma-sys", ] diff --git a/Cargo.toml b/Cargo.toml index eae618a..3abe36b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exitcode = "1.1.2" fd-lock = "4.0.2" include_dir = "0.7.4" indicatif = "0.17.8" -liblzma = { version = "0.3.4", features = ["static"] } +liblzma = { version = "0.3.5", features = ["static"] } log = "0.4.22" procfs = { version= "0.17.0" } regex = "1.11.1"