From d58db2157984cdb7c35411706f40522bf97c5e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 21:30:04 +0000 Subject: [PATCH] chore(deps): bump tar from 0.4.44 to 0.4.46 in /desktop/src-tauri Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.44 to 0.4.46. - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](https://github.com/composefs/tar-rs/compare/0.4.44...0.4.46) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- desktop/src-tauri/Cargo.lock | 4 ++-- desktop/src-tauri/Cargo.toml | 2 +- desktop/src-tauri/cloud_saves/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index 32d9f45a..bc35fef8 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -6241,9 +6241,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.44" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index 63dfd083..a5cd0848 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -82,7 +82,7 @@ sha1 = "0.10.6" shared_child = "1.0.1" slice-deque = "0.3.0" sysinfo = "0.36.1" -tar = "0.4.44" +tar = "0.4.46" tauri-plugin-autostart = "*" tauri-plugin-deep-link = "*" tauri-plugin-dialog = "*" diff --git a/desktop/src-tauri/cloud_saves/Cargo.toml b/desktop/src-tauri/cloud_saves/Cargo.toml index 806d1b08..e4e86903 100644 --- a/desktop/src-tauri/cloud_saves/Cargo.toml +++ b/desktop/src-tauri/cloud_saves/Cargo.toml @@ -12,7 +12,7 @@ rustix = "1.1.2" serde = "1.0.228" serde_json = "1.0.145" serde_with = "3.15.0" -tar = "0.4.44" +tar = "0.4.46" tempfile = "3.23.0" uuid = "1.18.1" whoami = "1.6.1"