Skip to content

Commit 370be8e

Browse files
committed
rustc-workspace-hack: Account for upgraded crossbeam-utils 0.7
1 parent 2f48af0 commit 370be8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -3509,7 +3509,7 @@ dependencies = [
35093509
name = "rustc-workspace-hack"
35103510
version = "1.0.0"
35113511
dependencies = [
3512-
"crossbeam-utils 0.6.5",
3512+
"crossbeam-utils 0.7.2",
35133513
"serde",
35143514
"serde_json",
35153515
"smallvec 0.6.10",

src/tools/rustc-workspace-hack/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ features = [
5959

6060
[dependencies]
6161
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
62-
crossbeam-utils = { version = "0.6.5", features = ["nightly"] }
62+
crossbeam-utils = { version = "0.7.2", features = ["nightly"] }
6363
serde = { version = "1.0.82", features = ['derive'] }
6464
serde_json = { version = "1.0.31", features = ["raw_value"] }
6565
smallvec-0_6 = { package = "smallvec", version = "0.6", features = ['union', 'may_dangle'] }

0 commit comments

Comments
 (0)