From ef2a5417376317ade0deb721b3e52f4e5d43dd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:26:53 +0000 Subject: [PATCH] Bump tar from 0.4.40 to 0.4.41 Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.40 to 0.4.41. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.40...0.4.41) --- 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 fa2d16e..eb4bf80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2033,9 +2033,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" +checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" dependencies = [ "filetime", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8c35114..b2cd959 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.40" +tar = "0.4.41" tokio = { version = "1.40.0", features = ["full"] } walkdir = "2.5.0"