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:
Generated
+2
-2
@@ -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",
|
||||||
|
|||||||
@@ -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 = "*"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user