From 7767fe8336b132c343da7cbe285f0bf0956b560e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:33:54 +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 837059e..160f1ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2027,9 +2027,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 7791c9f..973a294 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,6 @@ hyper-staticfile = "0.10.1" hyper-util = { version = "0.1.6", features = ["tokio"] } log = "0.4.22" notify = "4.0.17" -tar = "0.4.40" +tar = "0.4.41" tokio = { version = "1.38.0", features = ["full"] } walkdir = "2.5.0"