From fb96d8742234444900700dab1d0ab1d9c3619a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:39:04 +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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9cc8a8..405e962 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2054,9 +2054,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 b2cd959..570f7cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,6 @@ hyper-staticfile = "0.10.1" hyper-util = { version = "0.1.7", features = ["tokio"] } log = "0.4.22" notify = "4.0.17" -tar = "0.4.41" +tar = "0.4.42" tokio = { version = "1.40.0", features = ["full"] } walkdir = "2.5.0"