Skip to content

Commit 1b8a792

Browse files
committed
Upgrade elsa to the newest version.
1 parent 8231e85 commit 1b8a792

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1095,9 +1095,9 @@ dependencies = [
10951095

10961096
[[package]]
10971097
name = "elsa"
1098-
version = "1.7.1"
1098+
version = "1.11.0"
10991099
source = "registry+https://github.com/rust-lang/crates.io-index"
1100-
checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
1100+
checksum = "2343daaeabe09879d4ea058bb4f1e63da3fc07dadc6634e01bda1b3d6a9d9d2b"
11011101
dependencies = [
11021102
"stable_deref_trait",
11031103
]

Diff for: compiler/rustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
arrayvec = { version = "0.7", default-features = false }
99
bitflags = "2.4.1"
1010
either = "1.0"
11-
elsa = "=1.7.1"
11+
elsa = "1.11.0"
1212
ena = "0.14.3"
1313
indexmap = { version = "2.4.0", features = ["rustc-rayon"] }
1414
jobserver_crate = { version = "0.1.28", package = "jobserver" }

0 commit comments

Comments
 (0)