From 7781be380cfd7410a14c8793deb0159ecf555947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:06:17 +0000 Subject: [PATCH] chore(deps): bump tar in /plugins/updater/tests/updater-migration/v1-app Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.41 to 0.4.45. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.41...0.4.45) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- plugins/updater/tests/updater-migration/v1-app/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/updater/tests/updater-migration/v1-app/Cargo.lock b/plugins/updater/tests/updater-migration/v1-app/Cargo.lock index 034449e362..43d5e77320 100644 --- a/plugins/updater/tests/updater-migration/v1-app/Cargo.lock +++ b/plugins/updater/tests/updater-migration/v1-app/Cargo.lock @@ -2941,9 +2941,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.41" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" +checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" dependencies = [ "filetime", "libc",