about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Venhoek <david@venhoek.nl>2025-01-26 14:18:59 +0100
committerDavid Venhoek <david@venhoek.nl>2025-01-29 21:51:28 +0100
commit1b8a792b96b37aaa415d620c6cb5c2fbe5f01ac4 (patch)
treed769f3931f035b6a1c4e769a79f16c43bbce09c3
parent8231e8599e238ff4e717639bd68c6abb8579fe8d (diff)
downloadrust-1b8a792b96b37aaa415d620c6cb5c2fbe5f01ac4.tar.gz
rust-1b8a792b96b37aaa415d620c6cb5c2fbe5f01ac4.zip
Upgrade elsa to the newest version.
-rw-r--r--Cargo.lock4
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 10889139e8d..4e4f6e7d4d3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1095,9 +1095,9 @@ dependencies = [
 
 [[package]]
 name = "elsa"
-version = "1.7.1"
+version = "1.11.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "848fe615fbb0a74d9ae68dcaa510106d32e37d9416207bbea4bd008bd89c47ed"
+checksum = "2343daaeabe09879d4ea058bb4f1e63da3fc07dadc6634e01bda1b3d6a9d9d2b"
 dependencies = [
  "stable_deref_trait",
 ]
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 889a8299c18..7cdcb8a7b66 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
 arrayvec = { version = "0.7", default-features = false }
 bitflags = "2.4.1"
 either = "1.0"
-elsa = "=1.7.1"
+elsa = "1.11.0"
 ena = "0.14.3"
 indexmap = { version = "2.4.0", features = ["rustc-rayon"] }
 jobserver_crate = { version = "0.1.28", package = "jobserver" }