about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-09-25 10:23:30 +0000
committerbors <bors@rust-lang.org>2023-09-25 10:23:30 +0000
commitaf685931799459879b2a8995524755a06ffb5eec (patch)
treee7f3889f5c23b07f87dbef787bdf7a2e430c48b6 /src
parent96ab09dbdd84b7523b1641521dfdf672f64bee17 (diff)
parent8e558bcf1efd85992cbf60b313d5e0416d0083e3 (diff)
downloadrust-af685931799459879b2a8995524755a06ffb5eec.tar.gz
rust-af685931799459879b2a8995524755a06ffb5eec.zip
Auto merge of #116029 - chenx97:mipsr6-update-crates, r=Mark-Simulacrum
Update crates for better MIPS R6 support

Update crates to remove dependency on old versions of rustix and linux-raw-sys. Update libc, rustix, and linux-raw-sys to enhance support for MIPS R6 introduced by #112374

Commands that do the update:

```shell
cargo +nightly update tempfile clap
cargo +nightly update linux-raw-sys rustix
```
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/deps.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index daa9cb8d22e..c05349c8e8d 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -180,7 +180,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
     "instant",
     "intl-memoizer",
     "intl_pluralrules",
-    "io-lifetimes",
     "is-terminal",
     "itertools",
     "itoa",