chore(deps): bump tar from 0.4.44 to 0.4.46 in /desktop/src-tauri (#420)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-15 08:11:47 +10:00
committed by GitHub
parent a3974f6137
commit c8bb84e0d8
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6241,9 +6241,9 @@ dependencies = [
[[package]] [[package]]
name = "tar" name = "tar"
version = "0.4.44" version = "0.4.46"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a" checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840"
dependencies = [ dependencies = [
"filetime", "filetime",
"libc", "libc",
+1 -1
View File
@@ -82,7 +82,7 @@ sha1 = "0.10.6"
shared_child = "1.0.1" shared_child = "1.0.1"
slice-deque = "0.3.0" slice-deque = "0.3.0"
sysinfo = "0.36.1" sysinfo = "0.36.1"
tar = "0.4.44" tar = "0.4.46"
tauri-plugin-autostart = "*" tauri-plugin-autostart = "*"
tauri-plugin-deep-link = "*" tauri-plugin-deep-link = "*"
tauri-plugin-dialog = "*" tauri-plugin-dialog = "*"
+1 -1
View File
@@ -12,7 +12,7 @@ rustix = "1.1.2"
serde = "1.0.228" serde = "1.0.228"
serde_json = "1.0.145" serde_json = "1.0.145"
serde_with = "3.15.0" serde_with = "3.15.0"
tar = "0.4.44" tar = "0.4.46"
tempfile = "3.23.0" tempfile = "3.23.0"
uuid = "1.18.1" uuid = "1.18.1"
whoami = "1.6.1" whoami = "1.6.1"