From f682584900031ee96d5e98a48632b79796bc885e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 00:22:08 +0000 Subject: [PATCH] chore(deps): 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 ++-- syncer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2317fb5..d4ec862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2987,9 +2987,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/syncer/Cargo.toml b/syncer/Cargo.toml index 2f32e24..094bbe7 100644 --- a/syncer/Cargo.toml +++ b/syncer/Cargo.toml @@ -15,7 +15,7 @@ clap.workspace = true dotenv.workspace = true futures.workspace = true serde_json.workspace = true -tar = "0.4.40" +tar = "0.4.41" tokio.workspace = true tracing-subscriber.workspace = true tracing.workspace = true