File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -732,13 +732,12 @@ dependencies = [
732732
733733[[package ]]
734734name = " tar"
735- version = " 0.4.43 "
735+ version = " 0.4.44 "
736736source = " registry+https://github.com/rust-lang/crates.io-index"
737- checksum = " c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6 "
737+ checksum = " 1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a "
738738dependencies = [
739739 " filetime" ,
740740 " libc" ,
741- " xattr" ,
742741]
743742
744743[[package ]]
@@ -1153,16 +1152,6 @@ dependencies = [
11531152 " bitflags" ,
11541153]
11551154
1156- [[package ]]
1157- name = " xattr"
1158- version = " 1.5.0"
1159- source = " registry+https://github.com/rust-lang/crates.io-index"
1160- checksum = " 0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
1161- dependencies = [
1162- " libc" ,
1163- " rustix" ,
1164- ]
1165-
11661155[[package ]]
11671156name = " xz2"
11681157version = " 0.1.7"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ serde = "1.0"
5050serde_derive = " 1.0"
5151serde_json = " 1.0"
5252sha2 = " 0.10"
53- tar = " 0.4"
53+ tar = { version = " 0.4.44 " , default-features = false }
5454termcolor = " 1.4"
5555toml = " 0.5"
5656walkdir = " 2.4"
You can’t perform that action at this time.
0 commit comments