From 885c69b38e5a5a9f6423edc27061a149411c24db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 02:17:15 +0000 Subject: [PATCH] :arrow_up: Bump liblzma from 0.3.4 to 0.3.5 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] --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab3fd715..46248fea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -856,9 +856,9 @@ checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[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/lib/Cargo.toml b/lib/Cargo.toml index c0ef8f97..5818fd19 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -23,7 +23,7 @@ ctr = { version = "0.9.2", features = ["std"] } flate2 = "1.0.34" futures-io = { version = "0.3.31", optional = true } futures-util = { version = "0.3.31", features = ["io"], optional = true } -liblzma = { version = "0.3.4", features = ["static"] } +liblzma = { version = "0.3.5", features = ["static"] } password-hash = { version = "0.5.0", default-features = false } pbkdf2 = { version = "0.12.2", features = ["simple"] } rand = "0.8.5"