From 152a4b85ad023b725f9b173c2dada015c4999ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:06:07 +0000 Subject: [PATCH] Bump tar from 0.4.41 to 0.4.42 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.41 to 0.4.42. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.41...0.4.42) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5daa24a..6f0baab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1843,9 +1843,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.41" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" +checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 4a2eb92..c2983f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ json = "0.12.4" regex = "1.10.6" reqwest = { version = "0.12.7", features = ["rustls-tls", "blocking", "gzip", "stream"], default-features = false } xdg = "2.5.2" -tar = "0.4.41" +tar = "0.4.42" xz2 = "0.1.7" sha2 = "0.10" hex = "0.4.3" @@ -47,7 +47,7 @@ branch = "4.2.2" [package.metadata.cargo-post.dependencies] fs_extra = "1.3.0" -tar = "0.4.41" +tar = "0.4.42" xz2 = "0.1.7" [workspace.metadata.release]