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 = [
732
732
733
733
[[package ]]
734
734
name = " tar"
735
- version = " 0.4.43 "
735
+ version = " 0.4.44 "
736
736
source = " registry+https://github.com/rust-lang/crates.io-index"
737
- checksum = " c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6 "
737
+ checksum = " 1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a "
738
738
dependencies = [
739
739
" filetime" ,
740
740
" libc" ,
741
- " xattr" ,
742
741
]
743
742
744
743
[[package ]]
@@ -1153,16 +1152,6 @@ dependencies = [
1153
1152
" bitflags" ,
1154
1153
]
1155
1154
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
-
1166
1155
[[package ]]
1167
1156
name = " xz2"
1168
1157
version = " 0.1.7"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ serde = "1.0"
50
50
serde_derive = " 1.0"
51
51
serde_json = " 1.0"
52
52
sha2 = " 0.10"
53
- tar = " 0.4"
53
+ tar = { version = " 0.4.44 " , default-features = false }
54
54
termcolor = " 1.4"
55
55
toml = " 0.5"
56
56
walkdir = " 2.4"
You can’t perform that action at this time.
0 commit comments