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 @@ -747,13 +747,12 @@ dependencies = [
747
747
748
748
[[package ]]
749
749
name = " tar"
750
- version = " 0.4.43 "
750
+ version = " 0.4.44 "
751
751
source = " registry+https://github.com/rust-lang/crates.io-index"
752
- checksum = " c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6 "
752
+ checksum = " 1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a "
753
753
dependencies = [
754
754
" filetime" ,
755
755
" libc" ,
756
- " xattr" ,
757
756
]
758
757
759
758
[[package ]]
@@ -1135,16 +1134,6 @@ dependencies = [
1135
1134
" bitflags" ,
1136
1135
]
1137
1136
1138
- [[package ]]
1139
- name = " xattr"
1140
- version = " 1.5.0"
1141
- source = " registry+https://github.com/rust-lang/crates.io-index"
1142
- checksum = " 0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
1143
- dependencies = [
1144
- " libc" ,
1145
- " rustix" ,
1146
- ]
1147
-
1148
1137
[[package ]]
1149
1138
name = " xz2"
1150
1139
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