about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2023-11-07 15:19:33 +0300
committerklensy <klensy@users.noreply.github.com>2023-11-07 15:33:59 +0300
commiteed89185bb88c75a4fd6d013b7368939bb03682e (patch)
tree7b3ede7ae49cdf762e32a4b0d02a1508e96c72f0 /src/tools
parent114f1f6838173fdcd016f2ab61f3bf6896bbd85b (diff)
bump some deps
drop num_cpus from rust-installer as not used
update rayon, rayon-core, which drops it's deps on num_cpus and crossbeam-channel (for bootstrap too) (https://github.com/rayon-rs/rayon/blob/v1.8.0/RELEASES.md)
update erro, which drops errno-dragonfly (https://github.com/lambda-fairy/rust-errno/blob/5341791935df601306ffc57a665763c4ecd72755/CHANGELOG.md)
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/rust-installer/Cargo.toml1
-rw-r--r--src/tools/tidy/src/deps.rs1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/rust-installer/Cargo.toml b/src/tools/rust-installer/Cargo.toml
index 471f2b5ac73..cdd867c5f15 100644
--- a/src/tools/rust-installer/Cargo.toml
+++ b/src/tools/rust-installer/Cargo.toml
@@ -16,7 +16,6 @@ rayon = "1.0"
 tar = "0.4.38"
 walkdir = "2"
 xz2 = "0.1.4"
-num_cpus = "1"
 
 [dependencies.clap]
 features = ["derive"]
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index b10cccc79f6..7ad75f089f3 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -228,7 +228,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
     "ena",
     "equivalent",
     "errno",
-    "errno-dragonfly",
     "expect-test",
     "fallible-iterator", // dependency of `thorin`
     "fastrand",