Skip to content

Commit 5fc88de

Browse files
committed
Update deps of bootstrap for Cygwin
1 parent c6faa1b commit 5fc88de

File tree

1 file changed

+13
-33
lines changed

1 file changed

+13
-33
lines changed

src/bootstrap/Cargo.lock

+13-33
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ dependencies = [
220220

221221
[[package]]
222222
name = "errno"
223-
version = "0.3.10"
223+
version = "0.3.11"
224224
source = "registry+https://github.com/rust-lang/crates.io-index"
225-
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
225+
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
226226
dependencies = [
227227
"libc",
228228
"windows-sys 0.59.0",
@@ -236,13 +236,13 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
236236

237237
[[package]]
238238
name = "fd-lock"
239-
version = "4.0.2"
239+
version = "4.0.4"
240240
source = "registry+https://github.com/rust-lang/crates.io-index"
241-
checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
241+
checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
242242
dependencies = [
243243
"cfg-if",
244-
"rustix 0.38.40",
245-
"windows-sys 0.52.0",
244+
"rustix",
245+
"windows-sys 0.59.0",
246246
]
247247

248248
[[package]]
@@ -347,9 +347,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
347347

348348
[[package]]
349349
name = "libc"
350-
version = "0.2.171"
350+
version = "0.2.172"
351351
source = "registry+https://github.com/rust-lang/crates.io-index"
352-
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
352+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
353353

354354
[[package]]
355355
name = "libredox"
@@ -362,12 +362,6 @@ dependencies = [
362362
"redox_syscall",
363363
]
364364

365-
[[package]]
366-
name = "linux-raw-sys"
367-
version = "0.4.14"
368-
source = "registry+https://github.com/rust-lang/crates.io-index"
369-
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
370-
371365
[[package]]
372366
name = "linux-raw-sys"
373367
version = "0.9.3"
@@ -583,19 +577,6 @@ version = "0.8.5"
583577
source = "registry+https://github.com/rust-lang/crates.io-index"
584578
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
585579

586-
[[package]]
587-
name = "rustix"
588-
version = "0.38.40"
589-
source = "registry+https://github.com/rust-lang/crates.io-index"
590-
checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0"
591-
dependencies = [
592-
"bitflags",
593-
"errno",
594-
"libc",
595-
"linux-raw-sys 0.4.14",
596-
"windows-sys 0.52.0",
597-
]
598-
599580
[[package]]
600581
name = "rustix"
601582
version = "1.0.2"
@@ -605,7 +586,7 @@ dependencies = [
605586
"bitflags",
606587
"errno",
607588
"libc",
608-
"linux-raw-sys 0.9.3",
589+
"linux-raw-sys",
609590
"windows-sys 0.59.0",
610591
]
611592

@@ -745,7 +726,7 @@ dependencies = [
745726
"fastrand",
746727
"getrandom",
747728
"once_cell",
748-
"rustix 1.0.2",
729+
"rustix",
749730
"windows-sys 0.59.0",
750731
]
751732

@@ -1182,13 +1163,12 @@ dependencies = [
11821163

11831164
[[package]]
11841165
name = "xattr"
1185-
version = "1.3.1"
1166+
version = "1.5.0"
11861167
source = "registry+https://github.com/rust-lang/crates.io-index"
1187-
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
1168+
checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e"
11881169
dependencies = [
11891170
"libc",
1190-
"linux-raw-sys 0.4.14",
1191-
"rustix 0.38.40",
1171+
"rustix",
11921172
]
11931173

11941174
[[package]]

0 commit comments

Comments
 (0)