about summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-05-06 14:32:39 -0400
committerMichael Goulet <michael@errs.io>2024-05-06 14:32:39 -0400
commit2af0871297634b918ccb52b95f7de875237fa092 (patch)
treec0a62cb3262b00a177b4a1790ebfd60f39502bbd /compiler/rustc_data_structures
parentfc47cf38e51de0d8635128efe5b6ecfb135cf701 (diff)
downloadrust-2af0871297634b918ccb52b95f7de875237fa092.tar.gz
rust-2af0871297634b918ccb52b95f7de875237fa092.zip
Update ena to 0.14.3
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/Cargo.toml b/compiler/rustc_data_structures/Cargo.toml
index 80b6e72e49b..2b61e17efa2 100644
--- a/compiler/rustc_data_structures/Cargo.toml
+++ b/compiler/rustc_data_structures/Cargo.toml
@@ -9,7 +9,7 @@ arrayvec = { version = "0.7", default-features = false }
 bitflags = "2.4.1"
 either = "1.0"
 elsa = "=1.7.1"
-ena = "0.14.2"
+ena = "0.14.3"
 indexmap = { version = "2.0.0" }
 jobserver_crate = { version = "0.1.28", package = "jobserver" }
 libc = "0.2"