Skip to content

Commit 669e750

Browse files
committed
bootstrap: Remove dependency on xattr
Extracting the Rust tarballs doesn't require this.
1 parent cc92493 commit 669e750

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

src/bootstrap/Cargo.lock

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -732,13 +732,12 @@ dependencies = [
732732

733733
[[package]]
734734
name = "tar"
735-
version = "0.4.43"
735+
version = "0.4.44"
736736
source = "registry+https://github.com/rust-lang/crates.io-index"
737-
checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6"
737+
checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
738738
dependencies = [
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]]
11671156
name = "xz2"
11681157
version = "0.1.7"

src/bootstrap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ serde = "1.0"
5050
serde_derive = "1.0"
5151
serde_json = "1.0"
5252
sha2 = "0.10"
53-
tar = "0.4"
53+
tar = { version = "0.4.44", default-features = false }
5454
termcolor = "1.4"
5555
toml = "0.5"
5656
walkdir = "2.4"

0 commit comments

Comments
 (0)