From 28d4e40a711907c47db2de05fa0846a658622bc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 04:48:28 +0000 Subject: [PATCH] chore(deps): bump tar from 0.4.42 to 0.4.43 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.42 to 0.4.43. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.42...0.4.43) --- 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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdae67e..888a834 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2957,9 +2957,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020" +checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index d9ad69c..628c268 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" serde_yaml = "0.9.34+deprecated" sha2 = "0.10.8" -tar = "0.4.42" +tar = "0.4.43" tempfile = "3.13.0" thiserror = "1.0.67" tokio = { version = "1.41.0", features = ["full"] }